Metal Gear Solid Words Swap

Changes words in the websites you visit to be Metal Gear themed

Metal Gear Solid Words Swapとは何ですか?

Metal Gear Solid Words Swapはactual_valeによって開発されたChromeの拡張機能で、その主な機能は「Changes words in the websites you visit to be Metal Gear themed」です。

拡張機能のスクリーンショット

screenshot

Metal Gear Solid Words Swap拡張機能のCRXファイルをダウンロード

Metal Gear Solid Words Swap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Metal Gear Solid Words Swap Metal Gear Solid Words Swap
ID oakehbnanolbmgdbocehdljlbdgknblc
公式URL https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc
説明 Changes words in the websites you visit to be Metal Gear themed
ファイルサイズ 48.88 KB
インストール数 35
現在のバージョン 1.0.1
最終更新日 2017-07-23
公開日 2017-07-23
評価 1.00/5 合計 2 レビュー
開発者 actual_vale
支払い方法 free
拡張機能のウェブサイト http://mgsshitpostgenerator.tumblr.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metal Gear Solid Words Swap",
    "description": "Changes words in the websites you visit to be Metal Gear themed",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordsswap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/raw.githubusercontent.com\/actualvale\/mgswordswap\/master\/wordsswap.json",
        "storage"
    ]
}