Metal Gear Solid Words Swap
Changes words in the websites you visit to be Metal Gear themed
Was ist Metal Gear Solid Words Swap?
Metal Gear Solid Words Swap ist eine Chrome-Erweiterung, die von actual_vale entwickelt wurde, und ihr Hauptmerkmal ist "Changes words in the websites you visit to be Metal Gear themed".
Erweiterungsscreenshots
Metal Gear Solid Words Swap-Erweiterungs-CRX-Datei herunterladen
Laden Sie Metal Gear Solid Words Swap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | oakehbnanolbmgdbocehdljlbdgknblc |
Offizielle URL | https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc |
Beschreibung | Changes words in the websites you visit to be Metal Gear themed |
Dateigröße | 48.88 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2017-07-23 |
Veröffentlichungsdatum | 2017-07-23 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | actual_vale |
Zahlungsart | free |
Erweiterungswebsite | http://mgsshitpostgenerator.tumblr.com/ |
Unterstützte Sprachen | 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" ] } |