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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |