Remove URL Transfer Everywhere
Remove URL Transfer everywhere with the rules you set
O que é Remove URL Transfer Everywhere?
Remove URL Transfer Everywhere é uma extensão do Chrome desenvolvida por Hoothin, e sua principal característica é "Remove URL Transfer everywhere with the rules you set".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove URL Transfer Everywhere
Baixe arquivos de extensão Remove URL Transfer Everywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Remove URL Transfer Everywhere |
ID | iflffmccfajoabhllglecneiglakjgna |
URL Oficial | https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna |
Descrição | Remove URL Transfer everywhere with the rules you set |
Tamanho do Arquivo | 118 KB |
Contagem de Instalações | 2,755 |
Versão Atual | 1.2.8 |
Última Atualização | 2021-11-26 |
Data de Publicação | 2018-07-31 |
Classificação | 2.57/5 Total de 44 Avaliações |
Desenvolvedor | Hoothin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |