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 |
| 官方網址 | 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
} | |