Fascist Rag Be Gone

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

Qu'est-ce que Fascist Rag Be Gone ?

Fascist Rag Be Gone est une extension Chrome développée par https://www.symbollix.org, et sa fonction principale est "Gives you something better in place of a crappy 'news' site".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fascist Rag Be Gone

Téléchargez les fichiers d'extension Fascist Rag Be Gone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
URL Officiel https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Description Gives you something better in place of a crappy 'news' site
Taille du Fichier 3 MB
Nombre d'Installations 32
Version Actuelle 1.2
Dernière Mise à Jour 2014-03-30
Date de Publication 2014-03-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.symbollix.org
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}