Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
什么是Instagram AutoFollow #Hashtag?
Instagram AutoFollow #Hashtag是由kleber开发的Chrome扩展程序,该扩展的主要功能是“Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM”。
扩展截图
下载Instagram AutoFollow #Hashtag扩展crx文件
下载Instagram AutoFollow #Hashtag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension follows instagram accounts by hashtag 扩展基本信息
| 名称 | |
| ID | mflggmjpnhmclfilgbinldnmjeaominp |
| 官方URL | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
| 简介 | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
| 文件大小 | 72.18 KB |
| 安装次数 | 123 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-11-12 |
| 上架时间 | 2020-04-13 |
| 开发者 | kleber |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://kleber.digital/productos/instagram-autofollow-hashtag |
| 帮助页面URL | https://kleber.digital/contacto/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Instagram AutoFollow #Hashtag",
"version": "1.2",
"description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ",
"permissions": [
"activeTab",
"declarativeContent",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"manifest_version": 2
} | |