Inspect and view changes in r/edirect 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
{
"manifest_version": 2,
"name": "r/edirect",
"version": "1.0.2resigned1",
"description": "Rewrites all URLs in the address bar written in the form \"r/foo\" and redirects the user to the appropriate subreddit.",
"permissions": [
"webRequest",
"webRequestBlocking"
],
"icons": {
"48": "icon.png"
},
"background": {
"scripts": [
"r-edirect.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{c0e1d8e7-245b-4d53-9521-ac8c5eb5fb5c}"
}
}
}