Inspect and view changes in ReddSafer 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": "ReddSafer",
"version": "1.0",
"description": "Redirects all Reddit URLs in Google search results to ReddSafe.com instead.",
"icons": {
"48": "icons/reddsafer-48.png",
"96": "icons/reddsafer-96.png"
},
"content_scripts": [
{
"matches": [
"*://www.google.com/*"
],
"js": [
"reddsafer.js"
]
}
]
}