Inspect and view changes in Preferer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Block clicking through on reddit. You can still read posts you find via a search engine. Checking messages is not blocked.",
"manifest_version": 2,
"name": "Preferer",
"version": "2.0.3",
"icons": {
"48": "logo.svg",
"96": "logo.svg"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.reddit.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"applications": {
"gecko": {
"strict_min_version": "57.0a1",
"id": "{9d30b08d-25a6-4674-a921-051e2f4c0f41}"
}
}
}