Nerf substitutions

Make reading the news more fun.

Qu'est-ce que Nerf substitutions ?

Nerf substitutions est une extension Chrome développée par davidcadrian, et sa fonction principale est "Make reading the news more fun.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nerf substitutions

Téléchargez les fichiers d'extension Nerf substitutions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Be careful when sending email!                    

Informations de Base sur l'Extension

Nom Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
URL Officiel https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Description Make reading the news more fun.
Taille du Fichier 68.59 KB
Nombre d'Installations 35
Version Actuelle 1.0.5
Dernière Mise à Jour 2014-05-29
Date de Publication 2014-05-29
Évaluation 2.33/5 Total 3 Évaluations
Développeur davidcadrian
Type de Paiement free
Langues Prises en Charge 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"
    }
}