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
官方網址 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"
    }
}