Fascist Rag Be Gone

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

Was ist Fascist Rag Be Gone?

Fascist Rag Be Gone ist eine Chrome-Erweiterung, die von https://www.symbollix.org entwickelt wurde, und ihr Hauptmerkmal ist "Gives you something better in place of a crappy 'news' site".

Erweiterungsscreenshots

screenshot
screenshot

Fascist Rag Be Gone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fascist Rag Be Gone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
Offizielle URL https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Beschreibung Gives you something better in place of a crappy 'news' site
Dateigröße 3 MB
Installationsanzahl 32
Aktuelle Version 1.2
Letztes Update 2014-03-30
Veröffentlichungsdatum 2014-03-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.symbollix.org
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}