GramTomato
GramTomato
Apa itu GramTomato?
GramTomato adalah ekstensi Chrome yang dikembangkan oleh https://gramtomato.com, dan fitur utamanya adalah "GramTomato".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GramTomato
Unduh file ekstensi GramTomato dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Расширение автоматизации действий в Инстаграм для сервиса безопасного продвижения в Инстаграм - gramtomato.com.
Informasi Dasar Ekstensi
Nama | |
ID | gpoflfbdghibihmhhhlkebbeppilmoih |
URL Resmi | https://chromewebstore.google.com/detail/gramtomato/gpoflfbdghibihmhhhlkebbeppilmoih |
Deskripsi | GramTomato |
Ukuran File | 77.54 KB |
Jumlah Instalasi | 2,747 |
Versi Saat Ini | 3.2 |
Terakhir Diperbarui | 2021-11-16 |
Tanggal Publikasi | 2021-06-08 |
Penilaian | 3.70/5 Total 46 Penilaian |
Pengembang | https://gramtomato.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gramtomato.com |
URL Halaman Kebijakan Privasi | https://gramtomato.com/Privacy_RU.pdf |
Bahasa yang Didukung | 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" ] } ] } |