GramBoost – Instagram Bot
Want more Instagram Likes & Followers? Enter GramBoost
什麼是GramBoost – Instagram Bot?
GramBoost – Instagram Bot是由GramBoost開發的Chrome擴展程式,該擴展的主要功能是“Want more Instagram Likes & Followers? Enter GramBoost”。
擴展截圖
下載GramBoost – Instagram Bot擴展crx文件
下載GramBoost – Instagram Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The most powerful organic growth tool for Instagram. No fake followers, no spam or bots. Simply pure organic growth. GramBoost is the #1 Instagram growth tool, with over 7,900+ customers. The GramBoost chrome extension allows you to perform niche-based targeting that puts you in front of the right audience for huge exposure, allowing you to garner greater sales and increase credibility. GramBoost utilises auto-liking, follow/unfollow, shoutout and engagement networks to put your profile and content in front of thousands. You sit back, focus on creating good content and GramBoost will take care of the rest. Get started now with our FREE TRIAL.
擴展基本資訊
名稱 | |
ID | onidbnonogfblgkckeeelecjjaifhjgi |
官方網址 | https://chrome.google.com/webstore/detail/gramboost-%E2%80%93-instagram-bot/onidbnonogfblgkckeeelecjjaifhjgi |
簡介 | Want more Instagram Likes & Followers? Enter GramBoost |
檔案大小 | 232 KB |
安裝次數 | 248 |
目前版本 | 1.0.1 |
更新時間 | 2020-09-28 |
上架時間 | 2020-09-28 |
評分 | 1.00/5 共 1 次評分 |
開發者 | GramBoost |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gramboost.co/ |
說明頁面URL | https://gramboost.co/ |
隱私政策頁面URL | https://gramboost.co/terms |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GramBoost \u2013 Instagram Bot", "short_name": "GramBoost", "version": "1.0.1", "description": "Want more Instagram Likes & Followers? Enter GramBoost", "icons": { "192": "images\/icon.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "permissions": [ "storage", "background", "notifications", "webRequest", "webRequestBlocking", "https:\/\/i.instagram.com\/" ], "externally_connectable": { "matches": [ "http:\/\/localhost\/*", "https:\/\/*.caffeinum.now.sh\/*", "https:\/\/*.gramboost.co\/*" ] }, "manifest_version": 2 } |