Skip to content

Instantly share code, notes, and snippets.

@nguyenphucbao68
Last active April 2, 2017 05:16
Show Gist options
  • Save nguyenphucbao68/c13b23b90b122f5762d0c5148694266e to your computer and use it in GitHub Desktop.
Save nguyenphucbao68/c13b23b90b122f5762d0c5148694266e to your computer and use it in GitHub Desktop.
Manifest App Kick Member
{
"manifest_version": 2,
"name": "Kick Member",
"description": "Mình thích thì mình kick thôi",
"version": "0.1",
"permissions": ["contextMenus"],
"background": {
"scripts": ["jquery.js","background.js"]
},
"content_scripts": [
{
"matches": ["*://*.facebook.com/*", "*://facebook.com/*"],
"js": ["jquery.js","content.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment