Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Qu'est-ce que Remove Google Redirection ?
Remove Google Redirection est une extension Chrome développée par Ninh Pham, et sa fonction principale est "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Télécharger le fichier CRX de l'extension Remove Google Redirection
Téléchargez les fichiers d'extension Remove Google Redirection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It now only requires access to https://www.google.com.vn only. Forked from https://github.com/dangoakachan/Remove-Google-Redirection.
Informations de Base sur l'Extension
Nom | Remove Google Redirection |
ID | efjogckeagaidmhekgdfgdlaihpondbp |
URL Officiel | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
Description | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
Taille du Fichier | 16.79 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2018-04-14 |
Date de Publication | 2018-04-14 |
Développeur | Ninh Pham |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ninh.js.org |
Langues Prises en Charge | 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'" } |