Obama Blocker

A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.

What is Obama Blocker?

Obama Blocker is a Chrome extension developed by NetLingo, and its main feature is "A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.".

Extension Screenshots

screenshot

Download Obama Blocker Extension CRX File

Download Obama Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gently filter and remove Barack Obama from all webpages and facebook posts.                    

Extension Basic Information

Name Obama Blocker Obama Blocker
ID ojdidnojcgnohdmpgphncbdhkimkkdeo
Official URL https://chromewebstore.google.com/detail/obama-blocker/ojdidnojcgnohdmpgphncbdhkimkkdeo
Description A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.
File Size 88.16 KB
Installation Count 98
Current Version 1.5
Last Updated 2016-01-16
Publish Date 2016-01-15
Rating 4.00/5 Total 4 Ratings
Developer NetLingo
Payment Type free
Extension Website http://netlingo.netai.net/#ObamaBlocker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obama Blocker",
    "description": "A filter that removes Barack Obama from webpages and filters\/removes Barack Obama from Facebook and Youtube.",
    "version": "1.5",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "ui.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "source\/ytfilter.css"
            ],
            "js": [
                "source\/jquery-2.1.3.min.js",
                "source\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}