BubbleIG - Assistant for Instagram
Automation assistant for growing Instagram followers
什麼是BubbleIG - Assistant for Instagram?
BubbleIG - Assistant for Instagram是由nastasia開發的Chrome擴展程式,該擴展的主要功能是“Automation assistant for growing Instagram followers”。
擴展截圖
下載BubbleIG - Assistant for Instagram擴展crx文件
下載BubbleIG - Assistant for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automate actions. Follow, like, and unfollow automatically on Instagram. What can BubbleIG do? - Liking by hashtags - Liking by location - Liking my feed - Liking user's followers by username - Liking user's followings by username All the above actions plus Follow and Unfollow. 🔹 Disclaimer 🔹 This extension and its developer have no association with IG. By using this extension, you agree to our Terms and Conditions and Privacy Policy available at: Privacy Policy - https://instech.tech/privacy-policy.html
擴展基本資訊
名稱 | |
ID | eknmfkcfciohjngeamclfbclgechkflg |
官方網址 | https://chromewebstore.google.com/detail/bubbleig-assistant-for-in/eknmfkcfciohjngeamclfbclgechkflg |
簡介 | Automation assistant for growing Instagram followers |
檔案大小 | 622 KB |
安裝次數 | 15 |
目前版本 | 1.0.1 |
更新時間 | 2021-04-15 |
上架時間 | 2021-04-15 |
開發者 | nastasia |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://instech.tech/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BubbleIG - Assistant for Instagram", "short_name": "Assistant for Instagram", "description": "Automation assistant for growing Instagram followers", "version": "1.0.1", "icons": { "16": "res\/left\/icon16.png", "48": "res\/left\/icon48.png", "128": "res\/left\/icon128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "background", "webRequest", "*:\/\/*.instagram.com\/*" ], "web_accessible_resources": [ "res\/*", "lib\/*", "*" ], "browser_action": { "default_title": "BubbleIG", "default_icon": "res\/left\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ], "css": [ "lib\/pure-min.css", "lib\/switch.css", "lib\/balloon.css", "dom.css" ], "run_at": "document_end", "all_frames": false } ] } |