GramTomato

GramTomato

What is GramTomato?

GramTomato is a Chrome extension developed by https://gramtomato.com, and its main feature is "GramTomato".

Extension Screenshots

screenshot

Download GramTomato Extension CRX File

Download GramTomato 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

                        Расширение автоматизации действий в Инстаграм для сервиса безопасного продвижения в Инстаграм - gramtomato.com.                    

Extension Basic Information

Name GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
Official URL https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
Description GramTomato
File Size 77.54 KB
Installation Count 2,747
Current Version 3.2
Last Updated 2021-11-16
Publish Date 2021-06-08
Rating 3.70/5 Total 46 Ratings
Developer https://gramtomato.com
Email [email protected]
Payment Type free
Extension Website https://gramtomato.com
Privacy Policy Page URL https://gramtomato.com/Privacy_RU.pdf
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "128-2.png",
        "default_popup": ".\/init.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/*.instagram.com\/*",
        "background",
        "webRequest",
        "webNavigation",
        "notifications",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.instagram.com\/*"
    ],
    "manifest_version": 2,
    "name": "GramTomato",
    "version": "3.2",
    "description": "GramTomato",
    "icons": {
        "128": "128-2.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js"
            ]
        }
    ]
}