GramTomato

GramTomato

Cos'è GramTomato?

GramTomato è un'estensione di Chrome sviluppata da https://gramtomato.com, e la sua funzione principale è "GramTomato".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GramTomato

Scarica i file di estensione GramTomato in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
URL Ufficiale https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
Descrizione GramTomato
Dimensione del File 77.54 KB
Conteggio Installazioni 2,747
Versione Corrente 3.2
Ultimo Aggiornamento 2021-11-16
Data di Pubblicazione 2021-06-08
Valutazione 3.70/5 Totale 46 Valutazioni
Sviluppatore https://gramtomato.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gramtomato.com
URL della Pagina della Politica sulla Privacy https://gramtomato.com/Privacy_RU.pdf
Lingue Supportate 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"
            ]
        }
    ]
}