Remove URL Transfer Everywhere
Remove URL Transfer everywhere with the rules you set
Remove URL Transfer Everywhereとは何ですか?
Remove URL Transfer EverywhereはHoothinによって開発されたChromeの拡張機能で、その主な機能は「Remove URL Transfer everywhere with the rules you set」です。
拡張機能のスクリーンショット
Remove URL Transfer Everywhere拡張機能のCRXファイルをダウンロード
Remove URL Transfer Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Since some tag on page transfer the real URL links for statistics. Remove URL Transfer with the regular expressions you set to get direct links. You can set rules with regExp in the popup box and separate multiple regExp rules with line breaks. Rules as: baidu: www\.baidu\.com/link\?url= tieba: safecheck/index\?url= zhihu: link\.zhihu\.com/\?target= 360: www\.so\.com/link\?url= Advance rules: *,www\.so\.com/link\?url= Means remove transfer when mouse hover on tag 0.5,www\.so\.com/link\?url= means remove transfer every 0.5 second This extension has deleted google's redirect
拡張機能の基本情報
名前 | Remove URL Transfer Everywhere |
ID | iflffmccfajoabhllglecneiglakjgna |
公式URL | https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna |
説明 | Remove URL Transfer everywhere with the rules you set |
ファイルサイズ | 118 KB |
インストール数 | 2,755 |
現在のバージョン | 1.2.8 |
最終更新日 | 2021-11-26 |
公開日 | 2018-07-31 |
評価 | 2.57/5 合計 44 レビュー |
開発者 | Hoothin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.8", "default_locale": "en", "manifest_version": 3, "description": "__MSG_extDescription__", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "action": { "default_icon": "favicon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "js\/background.js" } } |