Skip to content

Instantly share code, notes, and snippets.

@mohamedmansour
Created July 11, 2011 03:14
Show Gist options
  • Save mohamedmansour/1075270 to your computer and use it in GitHub Desktop.
Save mohamedmansour/1075270 to your computer and use it in GitHub Desktop.
Amanda Hangouts!
alert('Hello!');
{
"name": "Amanda for Google Plus",
"version": "0.0.1",
"description": "Amanda in Google Plus",
"content_scripts": [{
"matches": ["https://plus.google.com/107982618909749811163/*"],
"js": ["inject.js"],
"run_at": "document_end",
"all_frames": true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment