Metal Gear Solid Words Swap

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

Cos'è Metal Gear Solid Words Swap?

Metal Gear Solid Words Swap è un'estensione di Chrome sviluppata da actual_vale, e la sua funzione principale è "Changes words in the websites you visit to be Metal Gear themed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Metal Gear Solid Words Swap

Scarica i file di estensione Metal Gear Solid Words Swap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Metal Gear Solid Words Swap Metal Gear Solid Words Swap
ID oakehbnanolbmgdbocehdljlbdgknblc
URL Ufficiale https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc
Descrizione Changes words in the websites you visit to be Metal Gear themed
Dimensione del File 48.88 KB
Conteggio Installazioni 35
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-07-23
Data di Pubblicazione 2017-07-23
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore actual_vale
Tipo di Pagamento free
Sito Web dell'Estensione http://mgsshitpostgenerator.tumblr.com/
Lingue Supportate 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"
    ]
}