Nerf substitutions

Make reading the news more fun.

Wat is Nerf substitutions?

Nerf substitutions is een Chrome-extensie ontwikkeld door davidcadrian, en de belangrijkste functie is "Make reading the news more fun.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nerf substitutions

Download Nerf substitutions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Be careful when sending email!                    

Basisinformatie over de Extensie

Naam Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
Officiële URL https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Beschrijving Make reading the news more fun.
Bestandsgrootte 68.59 KB
Aantal Installaties 35
Huidige Versie 1.0.5
Laatst Bijgewerkt 2014-05-29
Publicatiedatum 2014-05-29
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar davidcadrian
Betalingswijze free
Ondersteunde Talen 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"
    }
}