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": "Image Hover Zoom",
"version": "1.2",
"description": "Resimlerin \u00fczerine gelindi\u011finde b\u00fcy\u00fctmenize yarayan bir eklenti.",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
}
}