Nerf substitutions

Make reading the news more fun.

什么是Nerf substitutions?

Nerf substitutions是由davidcadrian开发的Chrome扩展程序,该扩展的主要功能是“Make reading the news more fun.”。

扩展截图

screenshot
screenshot

下载Nerf substitutions扩展crx文件

下载Nerf substitutions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

Be careful when sending email!                    

扩展基本信息

名称 Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
官方URL https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
简介 Make reading the news more fun.
文件大小 68.59 KB
安装次数 35
当前版本 1.0.5
更新时间 2014-05-29
上架时间 2014-05-29
评分 2.33/5 共3次评分
开发者 davidcadrian
付费类型 free
支持的语言 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"
    }
}