Instagram AutoFollow #Hashtag

Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM

Instagram AutoFollow #Hashtag là gì?

Instagram AutoFollow #Hashtag là một tiện ích mở rộng Chrome được phát triển bởi kleber, và tính năng chính của nó là "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instagram AutoFollow #Hashtag

Tải xuống các tệp mở rộng Instagram AutoFollow #Hashtag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension follows instagram accounts by hashtag                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Mô tả Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Kích Thước Tệp 72.18 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-11-12
Ngày Phát Hành 2020-04-13
Nhà Phát Triển kleber
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kleber.digital/productos/instagram-autofollow-hashtag
URL Trang Trợ Giúp https://kleber.digital/contacto/
Ngôn Ngữ Được Hỗ Trợ 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
}