BubbleIG - Assistant for Instagram
Automation assistant for growing Instagram followers
BubbleIG - Assistant for Instagram là gì?
BubbleIG - Assistant for Instagram là một tiện ích mở rộng Chrome được phát triển bởi nastasia, và tính năng chính của nó là "Automation assistant for growing Instagram followers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BubbleIG - Assistant for Instagram
Tải xuống các tệp mở rộng BubbleIG - Assistant for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eknmfkcfciohjngeamclfbclgechkflg |
URL Chính Thức | https://chromewebstore.google.com/detail/bubbleig-assistant-for-in/eknmfkcfciohjngeamclfbclgechkflg |
Mô tả | Automation assistant for growing Instagram followers |
Kích Thước Tệp | 622 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-04-15 |
Ngày Phát Hành | 2021-04-15 |
Nhà Phát Triển | nastasia |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://instech.tech/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |