iGetter Extension

Adds iGetter contextual menu commands.

What is iGetter Extension?

iGetter Extension is a Chrome extension developed by https://www.igetter.net, and its main feature is "Adds iGetter contextual menu commands.".

Extension Screenshots

screenshot

Download iGetter Extension Extension CRX File

Download iGetter Extension 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

                        This extension adds iGetter contextual menu commands. To work properly it requires iGetter application for Windows available on www.igetter.net                    

Extension Basic Information

Name iGetter Extension iGetter Extension
ID kefncalcphllnknagnlnfcndlehpkpck
Official URL https://chromewebstore.google.com/detail/igetter-extension/kefncalcphllnknagnlnfcndlehpkpck
Description Adds iGetter contextual menu commands.
File Size 34.91 KB
Installation Count 1,219
Current Version 2.7.5.1
Last Updated 2020-10-09
Publish Date 2020-10-09
Developer https://www.igetter.net
Email [email protected]
Payment Type free
Extension Website http://www.igetter.net/
Help Page URL http://www.igetter.net/faq.html#q2-11
Supported Languages de,en,fr,tr,es,it,hu,pl,pt-BR,bg,ru,zh-CN,zh-TW,ja
manifest.json
{
    "name": "iGetter Extension",
    "short_name": "iGetter Ext.",
    "description": "__MSG_description__",
    "version": "2.7.5.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.igetter.net\/faq.html#q2-11",
    "minimum_chrome_version": "28",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "helper.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "contextMenus",
        "nativeMessaging",
        "downloads",
        "webNavigation",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "iGetter16.png",
        "48": "iGetter48.png",
        "128": "iGetter128.png"
    },
    "web_accessible_resources": [
        "iGetter128.png"
    ]
}