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文件
下載Remove Google Redirection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |