Fascist Rag Be Gone

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

O que é Fascist Rag Be Gone?

Fascist Rag Be Gone é uma extensão do Chrome desenvolvida por https://www.symbollix.org, e sua principal característica é "Gives you something better in place of a crappy 'news' site".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fascist Rag Be Gone

Baixe arquivos de extensão Fascist Rag Be Gone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"                    

Informações Básicas da Extensão

Nome Fascist Rag Be Gone Fascist Rag Be Gone
ID dbjikbcblnkekheiemjbbamghdbklaen
URL Oficial https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen
Descrição Gives you something better in place of a crappy 'news' site
Tamanho do Arquivo 3 MB
Contagem de Instalações 32
Versão Atual 1.2
Última Atualização 2014-03-30
Data de Publicação 2014-03-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.symbollix.org
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}