Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.8.7",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_popup": "menu.html"
},
"oauth2": {
"client_id": "330587763390.apps.googleusercontent.com",
"scopes": [
"openid email https:\/\/www.googleapis.com\/auth\/drive.file https:\/\/www.googleapis.com\/auth\/youtube.upload https:\/\/www.googleapis.com\/auth\/youtubepartner"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"content-script.js"
],
"css": [
"assets\/nsc-crop.css",
"assets\/nsc-cropper.css",
"assets\/nsc-fragment.css",
"assets\/nsc-video-panel.css",
"assets\/timer.css",
"assets\/flex.css",
"assets\/popup.css",
"assets\/global.css",
"assets\/fixStyle.css"
]
}
],
"permissions": [
"scripting",
"tabs",
"activeTab",
"storage",
"unlimitedStorage",
"contextMenus",
"desktopCapture",
"tabCapture",
"clipboardWrite",
"offscreen",
"system.display"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"displayMedia.html",
"content-script.js",
"ffmpeg\/*",
"images\/*",
"assets\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSLwTVKzvb\/JTB2qS6liCIYnVAVHmlRRA6yx36zoXfupFT2veGbC79oLCbrJILTmDPpDa1HKJUwT21AQIfGh0BECZc0bKFyGyiWO9lY7vUw0Mml0FLEgHWsw7d+4s8354zXN9MJX2\/HBYBZLDfxHdYPTNba5Rf48Ch\/riakFnEF1tCTr1lm1gZtpXuC+z3\/mg1\/2lMIXhw46mnRE+46ba+spL8gHOhSXcIGEoD4f5UENClg8jUSgvrimhh0\/sgSEMd6\/8WzG3Ql53zAGIJeDT8vHOZeAjm2NBIZscdJujYK0g8AwGc+fBD75HDqvKPp48tOlwQReXdyRlWOQlk16AQIDAQAB"
}