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", "version": "51", "manifest_version": 3, "description": "Skrati vreme kupovine na internetu! Uporedi ponude vode\u0107ih veb prodavnica na Guglu.", "name": "1-2-3 Kupovina s Idealno.rs", "short_name": "1-2-3 Kupovina", "permissions": [], "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "128": "favicon-128x128.png" }, "action": { "default_icon": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "128": "favicon-128x128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "constants.js", "helpers.js", "getContent.js" ], "run_at": "document_end" } ] }