Granny Zoom

Zoom zoom

What is Granny Zoom?

Granny Zoom is a Chrome extension developed by Unknown, and its main feature is "Zoom zoom".

Extension Screenshots

screenshot

Download Granny Zoom Extension CRX File

Download Granny Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a large menu for zooming in.                    

Extension Basic Information

Name Granny Zoom Granny Zoom
ID jndlglabamamfdpjefalobphefidifik
Official URL https://chromewebstore.google.com/detail/granny-zoom/jndlglabamamfdpjefalobphefidifik
Description Zoom zoom
File Size 52.15 KB
Installation Count 500
Current Version 1.0
Last Updated 2018-04-16
Publish Date 2018-04-16
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Granny Zoom",
    "description": "Zoom zoom",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "256": "zoom256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}