9GAG shit blocker.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "9GAG sh*t blocker",
"version": "1.0.0",
"manifest_version": 2,
"description": "9GAG shit blocker.",
"homepage_url": "http://extensionizr.com",
"icons": {
"16": "icons/9gag-icon16.png",
"48": "icons/9gag-icon48.png",
"128": "icons/9gag-icon128.png"
},
"default_locale": "en",
"permissions": [
"https://*/*",
"http://*/*",
"tabs"
],
"content_scripts": [
{
"matches": [
"https://www.9gag.com/*",
"http://www.9gag.com/*",
"http://9gag.com/*",
"https://9gag.com/*"
],
"css": [
"src/inject/inject.css"
]
}
]
}