Nerf substitutions

Make reading the news more fun.

Co je Nerf substitutions?

Nerf substitutions je rozšíření Chrome vyvinuté davidcadrian, a jeho hlavní funkcí je „Make reading the news more fun.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Nerf substitutions

Stáhněte si soubory rozšíření Nerf substitutions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Be careful when sending email!                    

Základní Informace o Rozšíření

Název Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
Oficiální URL https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Popis Make reading the news more fun.
Velikost souboru 68.59 KB
Počet instalací 35
Aktuální Verze 1.0.5
Poslední Aktualizace 2014-05-29
Datum Vydání 2014-05-29
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář davidcadrian
Typ Platby free
Podporované Jazyky 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"
    }
}