Safer Redirects
This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.
Safer Redirectsとは何ですか?
Safer RedirectsはMichael Brodmannによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.」です。
拡張機能のスクリーンショット
Safer Redirects拡張機能のCRXファイルをダウンロード
Safer Redirects拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension was created to mitigate threats like XSS or CSRF using an url shortener service. This extension will prompt you with the target url of the shortened url before the redirect occurs. You then can choice if you want to proceed or cancel the redirect.
拡張機能の基本情報
名前 | Safer Redirects |
ID | ecejaaoknpcjfheoejampbickooodnna |
公式URL | https://chromewebstore.google.com/detail/safer-redirects/ecejaaoknpcjfheoejampbickooodnna |
説明 | This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed. |
ファイルサイズ | 9.92 KB |
インストール数 | 150 |
現在のバージョン | 1.0 |
最終更新日 | 2016-07-04 |
公開日 | 2016-07-04 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | Michael Brodmann |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safer Redirects", "description": "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.", "version": "1.0", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |