GramTomato

GramTomato

Hvad er GramTomato?

GramTomato er en Chrome-udvidelse udviklet af https://gramtomato.com, og dens hovedfunktion er "GramTomato".

Udvidelsesskærmbilleder

screenshot

Download GramTomato-udvidelses-CRX-fil

Download GramTomato-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
Officiel URL https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
Beskrivelse GramTomato
Filstørrelse 77.54 KB
Antal Installationer 2,747
Nuværende Version 3.2
Senest Opdateret 2021-11-16
Udgivelsesdato 2021-06-08
Bedømmelse 3.70/5 Samlet 46 Bedømmelser
Udvikler https://gramtomato.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gramtomato.com
URL til Fortrolighedspolitik Side https://gramtomato.com/Privacy_RU.pdf
Understøttede Sprog 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"
            ]
        }
    ]
}