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"
    }
}