Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Vad är Remove Google Redirection?
Remove Google Redirection är en Chrome-tillägg utvecklad av Ninh Pham, och dess huvudfunktion är "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Ladda ner Remove Google Redirection-förlängningens CRX-fil
Ladda ner Remove Google Redirection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It now only requires access to https://www.google.com.vn only.
Forked from https://github.com/dangoakachan/Remove-Google-Redirection. Grundläggande Information om Tillägg
| Namn | |
| ID | efjogckeagaidmhekgdfgdlaihpondbp |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
| Beskrivning | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
| Filstorlek | 16.79 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2018-04-14 |
| Publiceringsdatum | 2018-04-14 |
| Utvecklare | Ninh Pham |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ninh.js.org |
| Stödda Språk | 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'"
} | |