Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.7",
"manifest_version": 3,
"name": "Privacy Tweaks",
"host_permissions": [
"*:\/\/*\/*"
],
"homepage_url": "https:\/\/mybrowseraddon.com\/privacy-tweaks.html",
"description": "Improve your online privacy with few tweaks via toolbar popup!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"proxy",
"storage",
"privacy",
"notifications",
"declarativeNetRequest"
],
"action": {
"default_title": "Privacy Tweaks",
"default_popup": "data\/popup\/popup.html",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"data\/content_script\/tweaks\/font.js",
"data\/content_script\/tweaks\/webgl.js",
"data\/content_script\/tweaks\/webgpu.js",
"data\/content_script\/tweaks\/webrtc.js",
"data\/content_script\/tweaks\/canvas.js",
"data\/content_script\/tweaks\/timezone.js",
"data\/content_script\/tweaks\/clientrects.js",
"data\/content_script\/tweaks\/geolocation.js",
"data\/content_script\/tweaks\/audiocontext.js"
]
}
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"match_about_blank": true,
"run_at": "document_start",
"js": [
"data\/content_script\/inject.js"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
}