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": "GIFAI (fast reading text to video)", "description": "Now you can read and also look at visuals and also hear an audio as well", "version": "1.0", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>", "https:\/\/api.giphy.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service worker": [ "background.js" ] } }