Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 04, 2025.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Digibyte Hoje", "description": "Veja a cota\u00e7\u00e3o do Digibyte atrav\u00e9s do DolarHoje.com\/digibyte-hoje", "version": "0.0.3", "background": { "service_worker": "app.js" }, "icons": { "128": "logo.png" }, "omnibox": { "keyword": "digibytehoje" }, "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/digibyte-hoje\/", "https:\/\/dolarhoje.com\/digibyte-hoje\/" ], "js": [ "has_extension.js" ] } ], "action": { "default_icon": "logo.png", "default_title": "Digibyte Hoje" }, "content_security_policy": [], "host_permissions": [ "http:\/\/DolarHoje.com\/", "https:\/\/DolarHoje.com\/" ] }