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