Metal Gear Solid Words Swap

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

Wat is Metal Gear Solid Words Swap?

Metal Gear Solid Words Swap is een Chrome-extensie ontwikkeld door actual_vale, en de belangrijkste functie is "Changes words in the websites you visit to be Metal Gear themed".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Metal Gear Solid Words Swap

Download Metal Gear Solid Words Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Metal Gear Solid Words Swap Metal Gear Solid Words Swap
ID oakehbnanolbmgdbocehdljlbdgknblc
Officiële URL https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc
Beschrijving Changes words in the websites you visit to be Metal Gear themed
Bestandsgrootte 48.88 KB
Aantal Installaties 35
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-07-23
Publicatiedatum 2017-07-23
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar actual_vale
Betalingswijze free
Extensiewebsite http://mgsshitpostgenerator.tumblr.com/
Ondersteunde Talen 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"
    ]
}