NoDetour
Changes links passed through redirection scripts to point straight to the final URL.
NoDetourとは何ですか?
NoDetourはPatrick H. Laukeによって開発されたChromeの拡張機能で、その主な機能は「Changes links passed through redirection scripts to point straight to the final URL.」です。
拡張機能のスクリーンショット
NoDetour拡張機能のCRXファイルをダウンロード
NoDetour拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes links passed through redirection scripts (e.g. /cgi-bin/redirect.cgi?url=http://foo.com - often used for tracking click-throughs or forcing visitors through an intermediate adverts page) to point straight to the final URL. Based on my "link neutraliser" bookmarklet http://www.splintered.co.uk/experiments/48/
拡張機能の基本情報
名前 | NoDetour |
ID | eghdfpkmigckncdkleddhgflbbacimmc |
公式URL | https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc |
説明 | Changes links passed through redirection scripts to point straight to the final URL. |
ファイルサイズ | 125 KB |
インストール数 | 583 |
現在のバージョン | 5.0 |
最終更新日 | 2022-08-03 |
公開日 | 2013-08-02 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | Patrick H. Lauke |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.splintered.co.uk |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoDetour", "action": [], "manifest_version": 3, "version": "5.0", "description": "Changes links passed through redirection scripts to point straight to the final URL.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/www.splintered.co.uk", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |