Instahyper Autoliker

Autolikes Posts according to the selected Hashtag or Location

Instahyper Autoliker là gì?

Instahyper Autoliker là một tiện ích mở rộng Chrome được phát triển bởi https://instahyper.de, và tính năng chính của nó là "Autolikes Posts according to the selected Hashtag or Location".

Ả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 Instahyper Autoliker

Tải xuống các tệp mở rộng Instahyper Autoliker 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

                        Autolikes 100x Posts according to the selected Hashtag or Location,
e.g. https://www.instagram.com/explore/tags/landscape/
Skips videos and Posts containing people or textual Information.
Follow us on Instagram @instahyper.de for Support

-> Load Plugin
-> Login into Instagram via your Browser
-> Search for a specific Hashtag or Location
-> Click the Icon to start the Autoliker

*We do not save any User-Data with this Plugin
*Be aware of the Instagram-Policies before using this Plugin                    

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

Tên Instahyper Autoliker Instahyper Autoliker
ID emhbopmknmldfbkhcgokcimceplpmbml
URL Chính Thức https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml
Mô tả Autolikes Posts according to the selected Hashtag or Location
Kích Thước Tệp 19.24 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-28
Ngày Phát Hành 2020-04-28
Nhà Phát Triển https://instahyper.de
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instahyper Autoliker",
    "version": "1.0",
    "description": "Autolikes Posts according to the selected Hashtag or Location",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "InstagramLiker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "LOGO128.png",
        "48": "LOGO48.png",
        "16": "LOGO16.png"
    },
    "browser_action": {
        "defaul_icon": "icon16.png"
    },
    "permissions": [
        "https:\/\/www.instagram.com\/*"
    ]
}