Checking stuff
This commit is contained in:
parent
ef9617bb89
commit
9d88437c3a
2 changed files with 12 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
GPRD introduced many new privacy standards around the world, but it seems like that some providers requires you to untick a lot of checkboxes to protect your privacy atleast a little more.
|
||||
|
||||
Although this is illegal, a lot of companies uses theses techniques as opt-out from advertising and data-collections.
|
||||
Although this is illegal, a lot of companies uses theses techniques as opt-out from advertising and data-collections. This also ony apply to European users, so international ones are still subject to unfair opt-outs.
|
||||
|
||||
## What does it do?
|
||||
|
||||
|
|
|
@ -4,6 +4,17 @@
|
|||
"manifest_version": 2,
|
||||
"name": "unchecker",
|
||||
"version": "1.0",
|
||||
"author": "Ad5001",
|
||||
"developer": {
|
||||
"name": "Ad5001",
|
||||
"url": "https://ad5001.eu"
|
||||
},
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "unchecker@ad5001.eu",
|
||||
"strict_min_version": "42.0"
|
||||
}
|
||||
},
|
||||
"homepage_url": "https://github.com/Ad5001/unchecker",
|
||||
|
||||
"background": {
|
||||
|
|
Loading…
Reference in a new issue