Fascist Rag Be Gone

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

Cos'è Fascist Rag Be Gone?

Fascist Rag Be Gone è un'estensione di Chrome sviluppata da https://www.symbollix.org, e la sua funzione principale è "Gives you something better in place of a crappy 'news' site".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fascist Rag Be Gone

Scarica i file di estensione Fascist Rag Be Gone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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"                    

Informazioni di Base sull'Estensione

Nome Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
URL Ufficiale https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Descrizione Gives you something better in place of a crappy 'news' site
Dimensione del File 3 MB
Conteggio Installazioni 32
Versione Corrente 1.2
Ultimo Aggiornamento 2014-03-30
Data di Pubblicazione 2014-03-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.symbollix.org
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}