GramTomato
GramTomato
GramTomatoคืออะไร?
GramTomato เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gramtomato.com และคุณลักษณะหลักของมันคือ "GramTomato"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GramTomato
ดาวน์โหลดไฟล์ส่วนขยาย GramTomato ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Расширение автоматизации действий в Инстаграм для сервиса безопасного продвижения в Инстаграм - gramtomato.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 |
อีเมล | [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" ] } ] } |