GramTomato

GramTomato

Was ist GramTomato?

GramTomato ist eine Chrome-Erweiterung, die von https://gramtomato.com entwickelt wurde, und ihr Hauptmerkmal ist "GramTomato".

Erweiterungsscreenshots

screenshot

GramTomato-Erweiterungs-CRX-Datei herunterladen

Laden Sie GramTomato-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
Offizielle URL https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
Beschreibung GramTomato
Dateigröße 77.54 KB
Installationsanzahl 2,747
Aktuelle Version 3.2
Letztes Update 2021-11-16
Veröffentlichungsdatum 2021-06-08
Bewertung 3.70/5 Insgesamt 46 Bewertungen
Entwickler https://gramtomato.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gramtomato.com
URL der Datenschutzrichtlinien-Seite https://gramtomato.com/Privacy_RU.pdf
Unterstützte Sprachen 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"
            ]
        }
    ]
}