Instafollow
Adds or remove instagram followers in bulk
什麼是Instafollow?
Instafollow是由Dovmary開發的Chrome擴展程式,該擴展的主要功能是“Adds or remove instagram followers in bulk”。
擴展截圖
下載Instafollow擴展crx文件
下載Instafollow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A free instagram add and remove followers button. Add multiple instagram followers at once. Remove multiple instagram followers at once
擴展基本資訊
名稱 | Instafollow |
ID | gihfglmnhbebbdgonelahecahfagpenb |
官方網址 | https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb |
簡介 | Adds or remove instagram followers in bulk |
檔案大小 | 12.42 KB |
安裝次數 | 49 |
目前版本 | 1.0 |
更新時間 | 2023-11-24 |
上架時間 | 2023-11-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Dovmary |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instafollow", "description": "Adds or remove instagram followers in bulk", "version": "1.0", "action": { "default_popup": "FE.html", "default_icon": "image\/logo.jpg" }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "Content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "index.css" ] } ] } |