Troll Redirect
Redirect all of your friend's webpages automatically by installing this on their computer!
Troll Redirectとは何ですか?
Troll RedirectはAaron Lockhartによって開発されたChromeの拡張機能で、その主な機能は「Redirect all of your friend's webpages automatically by installing this on their computer!」です。
拡張機能のスクリーンショット
Troll Redirect拡張機能のCRXファイルをダウンロード
Troll Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Troll and prank your friends with this automatically redirecting app! Upon installing it on your target's computer, click the icon and specify the website to which all requests will be redirected. This is guaranteed to frustrate and annoy your target immensely. Then hide the icon in the chrome menu and sit back while your target gets increasingly angry.
拡張機能の基本情報
名前 | |
ID | micldaecbnddhhcaojamonojfdffegph |
公式URL | https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph |
説明 | Redirect all of your friend's webpages automatically by installing this on their computer! |
ファイルサイズ | 949 KB |
インストール数 | 192 |
現在のバージョン | 1.0 |
最終更新日 | 2018-12-06 |
公開日 | 2018-12-02 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Aaron Lockhart |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Troll Redirect", "version": "1.0", "description": "Redirect all of your friend's webpages automatically by installing this on their computer!", "manifest_version": 2, "author": "Aaron Lockhart", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/src\/troll.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "\/src\/popup.html" } } |