Fascist Rag Be Gone

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

Apa itu Fascist Rag Be Gone?

Fascist Rag Be Gone adalah ekstensi Chrome yang dikembangkan oleh https://www.symbollix.org, dan fitur utamanya adalah "Gives you something better in place of a crappy 'news' site".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fascist Rag Be Gone

Unduh file ekstensi Fascist Rag Be Gone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
URL Resmi https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Deskripsi Gives you something better in place of a crappy 'news' site
Ukuran File 3 MB
Jumlah Instalasi 32
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-03-30
Tanggal Publikasi 2014-03-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.symbollix.org
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}