Nerf substitutions

Make reading the news more fun.

Cos'è Nerf substitutions?

Nerf substitutions è un'estensione di Chrome sviluppata da davidcadrian, e la sua funzione principale è "Make reading the news more fun.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nerf substitutions

Scarica i file di estensione Nerf substitutions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Be careful when sending email!                    

Informazioni di Base sull'Estensione

Nome Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
URL Ufficiale https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Descrizione Make reading the news more fun.
Dimensione del File 68.59 KB
Conteggio Installazioni 35
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-05-29
Data di Pubblicazione 2014-05-29
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore davidcadrian
Tipo di Pagamento free
Lingue Supportate 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"
    }
}