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": "YTM-Immersion",
"version": "1.0.0",
"description": "\u3053\u306e\u62e1\u5f35\u6a5f\u80fd\u306f\u3001YouTube Music (Web\u7248) \u306e\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u30ac\u30e9\u30b9\u30e2\u30fc\u30d5\u30a3\u30ba\u30e0\u30c7\u30b6\u30a4\u30f3\u306b\u5909\u66f4\u3057\u3001\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u540c\u671f\u3059\u308b\u6b4c\u8a5e\u8868\u793a\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/music.youtube.com\/*",
"https:\/\/lrclib.net\/*",
"https:\/\/lrchub.coreone.work\/*",
"http:\/\/lrchub.coreone.work\/*",
"https:\/\/immersionproject.coreone.work\/*",
"http:\/\/immersionproject.coreone.work\/*",
"https:\/\/api-free.deepl.com\/*",
"https:\/\/api.deepl.com\/*",
"http:\/\/127.0.0.1:5678\/*",
"http:\/\/localhost:5678\/*"
],
"background": {
"service_worker": "src\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/music.youtube.com\/*"
],
"js": [
"src\/js\/content.js"
],
"css": [
"src\/css\/style.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"src\/assets\/fonts\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
}
}