Fascist Rag Be Gone

Gives you something better in place of a crappy 'news' site

What is Fascist Rag Be Gone?

Fascist Rag Be Gone is a Chrome extension developed by https://www.symbollix.org, and its main feature is "Gives you something better in place of a crappy 'news' site".

Extension Screenshots

screenshot
screenshot

Download Fascist Rag Be Gone Extension CRX File

Download Fascist Rag Be Gone 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

                        Ever mistakenly click on a Daily Mail link and kinda hate yourself for it?
Well this little extension will intercept those mistakes and present you with something far more important, inspiring and news-worth than you're ever going to find on that awful site; namely "James Baxter the Horse"                    

Extension Basic Information

Name Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
Official URL https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Description Gives you something better in place of a crappy 'news' site
File Size 3 MB
Installation Count 32
Current Version 1.2
Last Updated 2014-03-30
Publish Date 2014-03-30
Rating 5.00/5 Total 1 Ratings
Developer https://www.symbollix.org
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fascist Rag Be Gone",
    "version": "1.2",
    "description": "Gives you something better in place of a crappy 'news' site",
    "web_accessible_resources": [
        "assets\/*.*",
        "js\/*.*",
        "css\/*.*",
        "index.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dailymail.co.uk\/*"
            ],
            "js": [
                "js\/external.js",
                "js\/app.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ]
}