Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Was ist Remove Google Redirection?
Remove Google Redirection ist eine Chrome-Erweiterung, die von Ninh Pham entwickelt wurde, und ihr Hauptmerkmal ist "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Remove Google Redirection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove Google Redirection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It now only requires access to https://www.google.com.vn only.
Forked from https://github.com/dangoakachan/Remove-Google-Redirection. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | efjogckeagaidmhekgdfgdlaihpondbp |
| Offizielle URL | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
| Beschreibung | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
| Dateigröße | 16.79 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2018-04-14 |
| Veröffentlichungsdatum | 2018-04-14 |
| Entwickler | Ninh Pham |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ninh.js.org |
| Unterstützte Sprachen | 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'"
} | |