Follow, Like, View Stories for Instagram™

Auto-click all Follow buttons, like photos, view stories with 1 click on PC!

Follow, Like, View Stories for Instagram™ là gì?

Follow, Like, View Stories for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi pawema, và tính năng chính của nó là "Auto-click all Follow buttons, like photos, view stories with 1 click on PC!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Follow, Like, View Stories for Instagram™

Tải xuống các tệp mở rộng Follow, Like, View Stories for Instagram™ 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

                        See video and you will understand how this script works, the main feature automatically opens all tags you choose and follows people that post photos with your tags, after 3 days it unfollows them (when you run the script).
We can like photos and automatically view stories of accounts with few followers!

You see everything script does, because you run it on your PC, this is not cloud-based script, you have the full control on it, we do not ask for any password, so it is completely secure for you.

Copyright note: Instagram™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook or Instagram.                    

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

Tên Follow, Like, View Stories for Instagram™ Follow, Like, View Stories for Instagram™
ID hdgjbladpkajokcigfigcminaabfnnad
URL Chính Thức https://chrome.google.com/webstore/detail/follow-like-view-stories/hdgjbladpkajokcigfigcminaabfnnad
Mô tả Auto-click all Follow buttons, like photos, view stories with 1 click on PC!
Kích Thước Tệp 331 KB
Số Lần Cài Đặt 3,563
Phiên Bản Hiện Tại 2023.03.16
Cập Nhật Lần Cuối 2023-03-27
Ngày Phát Hành 2022-03-21
Đánh Giá 3.87/5 Tổng số 55 Đánh Giá
Nhà Phát Triển pawema
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1UNW8VTZzdYpLSVbHfDT2WK4QZV02nW_dBelNs9brVG0/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,es,it,pl,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "2023.03.16",
    "homepage_url": "https:\/\/www.likestories.live",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "jquery-3.5.1.min.js",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "console_trigger.js",
                "error_tab1.jpg",
                "error_tab2.jpg",
                "error_tab4.jpg",
                "404.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ]
}