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": "Better Niconico",
"description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u3068\u7d30\u90e8\u3092\u6539\u5584\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.nicovideo.jp\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.nicovideo.jp\/*"
],
"resources": [
"assets\/*",
"icons\/*",
"ffmpeg\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.nicovideo.jp\/*"
],
"resources": [
"assets\/storage-Cwp6DQBM.js",
"assets\/index.ts-Bj4VRtXJ.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"ffmpeg\/ffmpeg-core2.js",
"assets\/index.ts-loader-rrsdEcNB.js"
],
"matches": [
"*:\/\/*.nicovideo.jp\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-CTtGjpxi.css"
]
}
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_title": "Better Niconico \u8a2d\u5b9a"
},
"icons": {
"16": "public\/icons\/icon16.png",
"32": "public\/icons\/icon32.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"version": "1.0.13"
}