GramTomato
GramTomato
什麼是GramTomato?
GramTomato是由https://gramtomato.com開發的Chrome擴展程式,該擴展的主要功能是“GramTomato”。
擴展截圖
下載GramTomato擴展crx文件
下載GramTomato擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Расширение автоматизации действий в Инстаграм для сервиса безопасного продвижения в Инстаграм - gramtomato.com.
擴展基本資訊
名稱 | |
ID | gpoflfbdghibihmhhhlkebbeppilmoih |
官方網址 | 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" ] } ] } |