Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "description": "__MSG_extension_description__", "version": "1.14", "default_locale": "en", "minimum_chrome_version": "99", "action": { "default_popup": "popup.html?isPopup=1" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "activeTab", "contextMenus", "offscreen", "scripting", "storage", "tts" ], "optional_permissions": [ "webRequest", "webNavigation" ], "host_permissions": [ "https:\/\/translate.google.com\/", "https:\/\/cloud.google.com\/", "https:\/\/voiceout.app\/", "http:\/\/localhost:8000\/" ], "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "player.html", "sound\/*", "img\/*", "css\/*" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/voiceout.app", "options_page": "options.html", "options_ui": { "page": "options.html" }, "externally_connectable": { "matches": [ "https:\/\/*.voiceout.app\/*", "https:\/\/voiceout.app\/*", "http:\/\/localhost:8000\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjw\/5pDOPYuqZ74L0auMvEeGNA5k7zmEEse5XR0hOXOJ6Rst1j1EdI\/5kYYAkrcoNDo5x9dPOqo7SOZkLKGmPaeYj3+6l3b0rIqGIpSbiUtFbuAKnREf20k85jNpGQzanIENGFnDphVU4+HpNHr020o18a+mgzExynZKQ+yIbHVNaRhyFh\/TccjyOa227GwD6LP7uoxiAO2twkSu3hz7qtiY0ke+IgAnzbNU\/FN57i2GcztsTc8yqRf79yaTC\/lxZjOCkaOWeKUzHZDxDGytL1v666X6XtpUbsBGEUde8vfPqVG3Tv2o5UqvxTBvVG3z5cjKZTfEANYshIckGSPm8vQIDAQAB", "commands": { "play": { "suggested_key": { "default": "Alt+P" }, "description": "play\/pause" }, "stop": { "suggested_key": { "default": "Alt+O" }, "description": "stop" }, "forward": { "suggested_key": { "default": "Alt+Period" }, "description": "forward" }, "rewind": { "suggested_key": { "default": "Alt+Comma" }, "description": "rewind" } } }