Redirect 4 Chan
Redirects you to 8chan
Redirect 4 Chanとは何ですか?
Redirect 4 ChanはBlue Elubによって開発されたChromeの拡張機能で、その主な機能は「Redirects you to 8chan」です。
Redirect 4 Chan拡張機能のCRXファイルをダウンロード
Redirect 4 Chan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirects 4chan.org to 8chan.co
拡張機能の基本情報
名前 | |
ID | ajnokeedalenkgclhaegbnljlepkgagf |
公式URL | https://chrome.google.com/webstore/detail/redirect-4-chan/ajnokeedalenkgclhaegbnljlepkgagf |
説明 | Redirects you to 8chan |
ファイルサイズ | 17.66 KB |
インストール数 | 14 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-21 |
公開日 | 2014-09-20 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Blue Elub |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirect 4 Chan", "version": "1.0", "description": "Redirects you to 8chan", "background": { "scripts": [ "redirect.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/4chan.org\/*", "*:\/\/www.4chan.org\/*", "webRequestBlocking" ] } |