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", "name": "SepaList", "version": "1.4.7", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u306e\u65b0\u7740\u52d5\u753b\u4e00\u89a7\u3092\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u3059\u308b\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "sl.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ] }