TTUN Replace
Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Was ist TTUN Replace?
TTUN Replace ist eine Chrome-Erweiterung, die von jstewart1759 entwickelt wurde, und ihr Hauptmerkmal ist "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".
Erweiterungsscreenshots
TTUN Replace-Erweiterungs-CRX-Datei herunterladen
Laden Sie TTUN Replace-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
Tired of seeing the na*e of the state that is north of Ohio? The internet has long been a scary place for Ohio State fans - it is now safe again.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gnnfldaomdlekpnfgfcddepehbnkmnpf |
Offizielle URL | https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf |
Beschreibung | Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again. |
Dateigröße | 3.56 KB |
Installationsanzahl | 120 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-26 |
Veröffentlichungsdatum | 2016-11-26 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | jstewart1759 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTUN Replace", "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |