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": "SukoStamp", "version": "3.1.1", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u306e\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u304c\u30b5\u30af\u30b5\u30af\u4f5c\u308c\u308b\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "imgs\/heart.svg", "imgs\/pin.svg", "imgs\/close.svg", "imgs\/minus.svg", "imgs\/plus.svg", "imgs\/copy.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "jquery-resizable.min.js", "moment.js", "ss.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "storage", "unlimitedStorage" ] }