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",
"name": "BestPrice Assistant",
"short_name": "BP Assistant",
"description": "\u039f \u03ad\u03be\u03c5\u03c0\u03bd\u03bf\u03c2 \u03b2\u03bf\u03b7\u03b8\u03cc\u03c2 \u03c3\u03c4\u03b9\u03c2 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2 \u03c3\u03bf\u03c5 \u03b1\u03b3\u03bf\u03c1\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c3\u03b5 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03b5\u03c1\u03b4\u03af\u03c3\u03b5\u03b9\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf \u03ba\u03b1\u03b9 \u03c7\u03c1\u03ae\u03bc\u03b1!",
"version": "6.8.30",
"author": "George Papadakis <[email protected]>",
"permissions": [
"contextMenus",
"storage",
"tabs",
"activeTab"
],
"manifest_version": 3,
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"ga\/analytics.js",
"ga\/analytics_debug.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"24": "assets\/extension\/browser-action\/24.png",
"32": "assets\/extension\/browser-action\/32.png"
},
"default_title": "BestPrice Assistant",
"default_popup": "html\/popup.html"
},
"options_ui": {
"page": "html\/options.html",
"open_in_tab": false
},
"content_security_policy": {
"extension_pages": "script-src 'self'; img-src 'self' https:\/\/platform-lookaside.fbsbx.com https:\/\/www.google-analytics.com https:\/\/bbpcdn.pstatic.gr https:\/\/abpcdn.pstatic.gr https:\/\/orig-bpcdk.pstatic.gr https:\/\/k.pstatic.gr https:\/\/graph.facebook.com https:\/\/scontent.xx.fbcdn.net https:\/\/orig-bpcdn.pstatic.gr https:\/\/www.bestprice.gr https:\/\/* http:\/\/* data:; connect-src 'self' https:\/\/api.airtable.com https:\/\/sentry.io ws:\/\/pubsub.bestprice.gr wss:\/\/pubsub.bestprice.gr pubsub.bestprice.gr https:\/\/local.bestprice.gr https:\/\/www.bestprice.gr https:\/\/www.google-analytics.com http:\/\/www.google-analytics.com https:\/\/rpc.bestprice.gr; object-src 'self'"
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"dist\/script.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"<all_urls>"
],
"commands": [],
"externally_connectable": {
"matches": [
"*:\/\/*.bestprice.gr\/*"
]
},
"icons": {
"48": "assets\/extension\/extension\/icon48.png",
"128": "assets\/extension\/extension\/icon128.png"
}
}