Inspect and view changes in AniVN.Com - Faster Watch Videos 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": "AniVN.Com - Faster Watch Videos",
"version": "1.0.2resigned1",
"description": "Tiện ích giúp bạn xem phim nhanh hơn với server Facebook.",
"manifest_version": 2,
"homepage_url": "http://www.anivn.com",
"author": "www.AniVN.com",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.anivn.com/*"
],
"js": [
"content_script.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"default_title": "AniVN.Com - Anime Vietsub Online",
"default_popup": "index.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.anivn.com/*",
"*://video.xx.fbcdn.net/*"
],
"applications": {
"gecko": {
"id": "admin@anivn.com"
}
}
}