Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "92",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"short_name": "FetchV",
"version": "3.2",
"description": "__MSG_manifest_description__",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_title": "__MSG_manifest_browser_action__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/fetchv.net\/router.html*"
],
"js": [
"js\/router.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"*:\/\/fetchv.net\/m3u8downloader*",
"*:\/\/fetchv.net\/*\/m3u8downloader*",
"*:\/\/fetchv.net\/videodownloader*",
"*:\/\/fetchv.net\/*\/videodownloader*",
"*:\/\/fetchv.net\/bufferrecorder*",
"*:\/\/fetchv.net\/*\/bufferrecorder*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/fetchv.net\/*",
"https:\/\/*.doubleclick.net\/*",
"https:\/\/www.google.com\/recaptcha\/*"
],
"js": [
"js\/injection.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"js\/hook.js",
"js\/mediabunny.js",
"img\/recording.svg"
]
}
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"tabs",
"webRequest",
"storage",
"declarativeNetRequest",
"offscreen",
"scripting"
],
"homepage_url": "https:\/\/fetchv.net\/",
"default_locale": "en"
}