Remove URL Transfer Everywhere
Remove URL Transfer everywhere with the rules you set
Remove URL Transfer Everywhere क्या है?
Remove URL Transfer Everywhere Hoothin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove URL Transfer everywhere with the rules you set"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove URL Transfer Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |