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": 2, "name": "Kasette: Auto-Replay YouTube Videos", "description": "Chrome extension to put YouTube videos on replay", "version": "1.0.2", "browser_action": { "default_icon": "icons\/browser_button.png", "default_popup": "index.html" }, "author": "Linus Lee", "short_name": "Kasette", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab" ] }