Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Remove Google Redirection란 무엇입니까?
Remove Google Redirection은(는) Ninh Pham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page"입니다.
Remove Google Redirection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It now only requires access to https://www.google.com.vn only. Forked from https://github.com/dangoakachan/Remove-Google-Redirection.
확장 프로그램 기본 정보
이름 | Remove Google Redirection |
ID | efjogckeagaidmhekgdfgdlaihpondbp |
공식 URL | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
설명 | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
파일 크기 | 16.79 KB |
설치 횟수 | 16 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2018-04-14 |
출시 날짜 | 2018-04-14 |
개발자 | Ninh Pham |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ninh.js.org |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_ext_name__", "version": "1.1.2", "manifest_version": 2, "description": "__MSG_ext_desc__", "author": "kodango", "content_scripts": [ { "all_frames": true, "js": [ "\/remove-google-redirection.user.js" ], "matches": [ "https:\/\/www.google.com.vn\/*" ], "run_at": "document_end" } ], "icons": { "16": "\/img\/icon-16.png", "32": "\/img\/icon-32.png", "48": "\/img\/icon-48.png", "64": "\/img\/icon-64.png", "128": "\/img\/icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |