View the latest viral and trending videos in 1-Click.
Addon uses 3rd party site (www.viralvideodb.com) for operation.
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": "Viral Video Database",
"version": "1.1.4",
"description": "Latest Viral Videos Updated Daily.",
"author": "1ClickProduct",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "View Viral Videos",
"default_popup": "popup/popup.html"
},
"permissions": [
"tabs",
"http://www.viralvideodb.com/"
],
"background": {
"scripts": [
"popup/js/popup.js"
],
"persistent": false
}
}