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": "\u05e9\u05d5\u05de\u05e8 \u05e9\u05d2\u05e8\u05d4",
"version": "1.6.4",
"manifest_version": 3,
"description": "\u05e9\u05d5\u05de\u05e8\u05d9\u05dd \u05e2\u05dc \u05d4\u05e0\u05e4\u05e9. \u05de\u05de\u05e9\u05d9\u05db\u05d9\u05dd \u05d1\u05e2\u05e9\u05d9\u05d9\u05d4.",
"permissions": [
"storage",
"tabs",
"idle",
"scripting",
"management"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"match_origin_as_fallback": true,
"exclude_globs": [
"chrome:\/\/*\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start",
"css": [
"styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/**",
"html\/signup-popup.html",
"html\/thanks-popup.html",
"html\/alert-popup.html",
"html\/forced-alert-popup.html",
"html\/questionnaire-popup.html"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "assets\/mainicon_16.png",
"48": "assets\/mainicon_48.png",
"128": "assets\/mainicon_128.png"
},
"action": {
"default_title": "\u05e9\u05d5\u05de\u05e8 \u05e9\u05d2\u05e8\u05d4",
"default_popup": "view\/popup.html"
}
}