Metal Gear Solid Words Swap

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

What is Metal Gear Solid Words Swap?

Metal Gear Solid Words Swap is a Chrome extension developed by actual_vale, and its main feature is "Changes words in the websites you visit to be Metal Gear themed".

Extension Screenshots

screenshot

Download Metal Gear Solid Words Swap Extension CRX File

Download Metal Gear Solid Words Swap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Metal Gear Solid Words Swap Metal Gear Solid Words Swap
ID oakehbnanolbmgdbocehdljlbdgknblc
Official URL https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc
Description Changes words in the websites you visit to be Metal Gear themed
File Size 48.88 KB
Installation Count 35
Current Version 1.0.1
Last Updated 2017-07-23
Publish Date 2017-07-23
Rating 1.00/5 Total 2 Ratings
Developer actual_vale
Payment Type free
Extension Website http://mgsshitpostgenerator.tumblr.com/
Supported Languages 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"
    ]
}