Nerf substitutions

Make reading the news more fun.

O que é Nerf substitutions?

Nerf substitutions é uma extensão do Chrome desenvolvida por davidcadrian, e sua principal característica é "Make reading the news more fun.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nerf substitutions

Baixe arquivos de extensão Nerf substitutions 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

                        Replaces the word "assassination" with the words "the gun game on North Campus with guns".

Be careful when sending email!                    

Informações Básicas da Extensão

Nome Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
URL Oficial https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Descrição Make reading the news more fun.
Tamanho do Arquivo 68.59 KB
Contagem de Instalações 35
Versão Atual 1.0.5
Última Atualização 2014-05-29
Data de Publicação 2014-05-29
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor davidcadrian
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nerf substitutions",
    "description": "Make reading the news more fun.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.jpg"
    }
}