unfollowBot

Deja de seguir a quienes no te siguen en Instagram...

unfollowBot là gì?

unfollowBot là một tiện ích mở rộng Chrome được phát triển bởi zcriptz, và tính năng chính của nó là "Deja de seguir a quienes no te siguen en 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 unfollowBot

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

                        Esta extensión te permitirá dejar de seguir a quienes no te siguen o te han dejado de seguir automáticamente. 
Es totalmente gratuita.                    

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

Tên unfollowBot unfollowBot
ID fbmdhjemeooofndoodiahhaoepdjlepi
URL Chính Thức https://chrome.google.com/webstore/detail/unfollowbot/fbmdhjemeooofndoodiahhaoepdjlepi
Mô tả Deja de seguir a quienes no te siguen en Instagram...
Kích Thước Tệp 23.76 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-22
Ngày Phát Hành 2021-06-22
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zcriptz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.instagram.com/return.this
URL Trang Trợ Giúp https://www.instagram.com/return.this
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "unfollowBot",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Deja de seguir a quienes no te siguen en Instagram...",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "unfollowBot",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.instagram.com\/"
    ]
}