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 |
官方網址 | 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 |
電子郵箱 | [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" } } |