Съхраняване на клипове за офлайн гледане, по-комфортен плеър, както и още много други неща.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "Vclip Pro",
"homepage_url": "https://vclip.ga/",
"author": "vclip.ga",
"description": "__MSG_extDescription__",
"version": "1.0.6.2",
"icons": {
"48": "icon.png",
"128": "favicon128.png"
},
"default_locale": "bg",
"devtools_page": "devtools.html",
"browser_action": {
"default_icon": {
"48": "icon.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"async.js",
"background.js"
]
},
"options_ui": {
"page": "settings.html",
"chrome_style": true
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"notifications",
"downloads",
"tabs",
"webRequest",
"webRequestBlocking",
"contextMenus",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"async.js",
"saferInnerHTML.min.js",
"a_vclip.js"
],
"all_frames": true
},
{
"matches": [
"*://*.bgtv-on.com/recording?*=*",
"*://*.seirsanduk.com/*",
"*://*.seirsanduk.online/*",
"*://*.seirsanduk.us/*",
"*://bgtvfree.fun/*",
"*://*.seir-sanduk.com/*",
"*://*.seirsanduk.site/*",
"*://*.glebul.com/*",
"*://vclip.ga/c/"
],
"js": [
"clappr.min.js",
"level-selector.min.js",
"clappr-playback-rate-plugin.min.js",
"a_vidup.js"
],
"all_frames": true
}
]
}