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.
TTUN Replaceとは何ですか?
TTUN Replaceはjstewart1759によって開発されたChromeの拡張機能で、その主な機能は「Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.」です。
拡張機能のスクリーンショット
TTUN Replace拡張機能のCRXファイルをダウンロード
TTUN Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | gnnfldaomdlekpnfgfcddepehbnkmnpf |
公式URL | https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf |
説明 | Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again. |
ファイルサイズ | 3.56 KB |
インストール数 | 120 |
現在のバージョン | 1.0 |
最終更新日 | 2016-11-26 |
公開日 | 2016-11-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | jstewart1759 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |