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": "Skraj\u0161aj si \u010das nakupovanja na spletu! \u017de na Googlu primerjaj ponudbe vodilnih spletnih trgovin.", "name": "1-2-3 Nakup s Ceneje.si", "short_name": "1-2-3 Nakup", "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" } ] }