GramTomato

GramTomato

Wat is GramTomato?

GramTomato is een Chrome-extensie ontwikkeld door https://gramtomato.com, en de belangrijkste functie is "GramTomato".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GramTomato

Download GramTomato-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
Officiële URL https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
Beschrijving GramTomato
Bestandsgrootte 77.54 KB
Aantal Installaties 2,747
Huidige Versie 3.2
Laatst Bijgewerkt 2021-11-16
Publicatiedatum 2021-06-08
Beoordeling 3.70/5 Totaal 46 Beoordelingen
Ontwikkelaar https://gramtomato.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gramtomato.com
URL van de Privacybeleid Pagina https://gramtomato.com/Privacy_RU.pdf
Ondersteunde Talen 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"
            ]
        }
    ]
}