Nerf substitutions

Make reading the news more fun.

¿Qué es Nerf substitutions?

Nerf substitutions es una extensión de Chrome desarrollada por davidcadrian, y su función principal es "Make reading the news more fun.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Nerf substitutions

Descarga archivos de extensión Nerf substitutions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Be careful when sending email!                    

Información Básica de la Extensión

Nombre Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
URL Oficial https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Descripción Make reading the news more fun.
Tamaño del Archivo 68.59 KB
Cantidad de Instalaciones 35
Versión Actual 1.0.5
Última Actualización 2014-05-29
Fecha de Publicación 2014-05-29
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador davidcadrian
Tipo de Pago free
Idiomas Soportados 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"
    }
}