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 扩展基本信息
| 名称 | |
| ID | gihfglmnhbebbdgonelahecahfagpenb |
| 官方URL | 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"
]
}
]
} | |