Inspect and view changes in ReveaLink 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": "ReveaLink",
"version": "1.0.3resigned1",
"applications": {
"gecko": {
"id": "ReveaLink@tony.com"
}
},
"description": "Pula protetor de links em Hyuugadownloads.",
"icons": {
"96": "on.png"
},
"permissions": [
"http://*/*"
],
"content_scripts": [
{
"matches": [
"http://hyuugadownloads.com.br/protetor/*",
"http://ouo.io/go/*"
],
"js": [
"script.js"
]
}
]
}