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",
"manifest_version": 3,
"name": "\u0627\u0644\u0643\u0627\u062a\u0628 - \u0623\u0646\u0634\u0626 \u0645\u0642\u0627\u0644\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 \u0641\u064a \u062f\u0642\u0627\u0626\u0642",
"version": "1.1",
"description": "\u0623\u0646\u0634\u0626 \u0645\u0642\u0627\u0644\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 \u0641\u064a \u062f\u0642\u0627\u0626\u0642 \u0645\u0639\u062f\u0648\u062f\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u062a\u0628 \u0627\u0644\u0645\u0642\u0627\u0644\u0627\u062a \u0627\u0644\u0630\u064a \u064a\u0639\u0645\u0644 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a",
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Click to open panel"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}