Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Apa itu Remove Google Redirection?
Remove Google Redirection adalah ekstensi Chrome yang dikembangkan oleh Ninh Pham, dan fitur utamanya adalah "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Unduh Berkas CRX Ekstensi Remove Google Redirection
Unduh file ekstensi Remove Google Redirection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It now only requires access to https://www.google.com.vn only. Forked from https://github.com/dangoakachan/Remove-Google-Redirection.
Informasi Dasar Ekstensi
Nama | Remove Google Redirection |
ID | efjogckeagaidmhekgdfgdlaihpondbp |
URL Resmi | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
Deskripsi | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
Ukuran File | 16.79 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2018-04-14 |
Tanggal Publikasi | 2018-04-14 |
Pengembang | Ninh Pham |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ninh.js.org |
Bahasa yang Didukung | 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'" } |