Nerf substitutions

Make reading the news more fun.

What is Nerf substitutions?

Nerf substitutions is a Chrome extension developed by davidcadrian, and its main feature is "Make reading the news more fun.".

Extension Screenshots

screenshot
screenshot

Download Nerf substitutions Extension CRX File

Download Nerf substitutions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Be careful when sending email!                    

Extension Basic Information

Name Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
Official URL https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Description Make reading the news more fun.
File Size 68.59 KB
Installation Count 35
Current Version 1.0.5
Last Updated 2014-05-29
Publish Date 2014-05-29
Rating 2.33/5 Total 3 Ratings
Developer davidcadrian
Payment Type free
Supported Languages 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"
    }
}