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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } ] } |