GramTomato

GramTomato

GramTomatoとは何ですか?

GramTomatoはhttps://gramtomato.comによって開発されたChromeの拡張機能で、その主な機能は「GramTomato」です。

拡張機能のスクリーンショット

screenshot

GramTomato拡張機能のCRXファイルをダウンロード

GramTomato拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 GramTomato GramTomato
ID gpoflfbdghibihmhhhlkebbeppilmoih
公式URL https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih
説明 GramTomato
ファイルサイズ 77.54 KB
インストール数 2,747
現在のバージョン 3.2
最終更新日 2021-11-16
公開日 2021-06-08
評価 3.70/5 合計 46 レビュー
開発者 https://gramtomato.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gramtomato.com
プライバシーポリシーページのURL https://gramtomato.com/Privacy_RU.pdf
対応言語 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"
            ]
        }
    ]
}