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": "Youtube Time Limiter for Kids", "version": "1.6", "description": "This plugin helps parents manage and limit their children's YouTube screen time for a healthier, balanced digital experience.", "permissions": [ "alarms", "tabs", "storage", "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "128": "Icon-128.jpg" } }