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": "Storie Feeds RSS Not\u00edcias - Miplle", "description": "Permite a exibi\u00e7\u00e3o de Stories feeds rss na sua p\u00e1gina inicial da miplle.com. Organiza\u00e7\u00e3o.", "version": "1.8.15", "icons": { "16": "icons\/miplle_rss_icon.png", "48": "icons\/miplle_rss_icon.png", "128": "icons\/miplle_rss_icon.png" }, "action": { "default_icon": { "16": "icons\/miplle_rss_icon.png", "48": "icons\/miplle_rss_icon.png", "128": "icons\/miplle_rss_icon.png" }, "default_title": "Miplle Stories Feed" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "commands": { "miplle": { "description": "Open miplle.com.br in new tab", "shortcut": "Ctrl+T" }, "reopenLastClosedTab": { "description": "Reopen last closed tab", "shortcut": "Ctrl+Shift+T" } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/miplle.com\/*", "https:\/\/*.miplle.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "toggle.js", "toggle.js" ], "matches": [ "https:\/\/*.miplle.com\/*" ] } ], "host_permissions": [ "<all_urls>" ] }