Remove google tracking redirects from search results. This completely disables the function on desktop.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "google redirect rewrite remover",
"description": "remove google tracking urls plz",
"author": "Me",
"version": "0.8resigned1",
"content_scripts": [
{
"matches": [
"*://*/**"
],
"js": [
"script.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "jid1-29GIO3byutyhpw@jetpack"
}
}
}