Inspect and view changes in Respectful Private Redirects 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
{
"name": "Respectful Private Redirects",
"version": "1.2",
"description": "Limited privacy redirects for instagram (bibliogram.art), twitter (nitter.net), and reddit (libredd.it), without requiring permission to access all sites.",
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.instagram.com/*",
"*://*.twitter.com/*",
"*://*.reddit.com/*"
],
"background": {
"scripts": [
"js/background.js"
]
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{05edf88a-ecff-44d2-8cf7-e764069ae8d8}"
}
}
}