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": "Extension Reaper", "short_name": "Extension Reaper", "permissions": [ "management", "notifications", "alarms", "storage" ], "icons": { "16": "Plugin16.png", "96": "Plugin96.png" }, "background": { "scripts": [ "commonExtensionReaper.js", "extExtensionReaper.js" ], "persistent": true }, "description": "Takes Chrome Extensions away when their time is up.", "version": "1.3.0", "browser_action": { "default_icon": "Plugin16.png", "default_popup": "popup.html" } }