Instanon · Browse Instagram with no account

Instanon is a simple addon that lets you browse Instagram without an account.

Instanon · Browse Instagram with no account là gì?

Instanon · Browse Instagram with no account là một tiện ích mở rộng Chrome được phát triển bởi Tahoe Beetschen, và tính năng chính của nó là "Instanon is a simple addon that lets you browse Instagram without an account.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instanon · Browse Instagram with no account

Tải xuống các tệp mở rộng Instanon · Browse Instagram with no account 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

                        Instanon lets your browse Instagram profiles and photos without being connected.

Improve your privacy by using Instagram without an account.                    

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

Tên Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
URL Chính Thức https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
Mô tả Instanon is a simple addon that lets you browse Instagram without an account.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 694
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-08-08
Ngày Phát Hành 2020-08-03
Đánh Giá 2.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Tahoe Beetschen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tahoe.be
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instanon \u00b7\u00a0Browse Instagram with no account",
    "short_name": "Instanon",
    "version": "1.1",
    "description": "Instanon is a simple addon that lets you browse Instagram without an account.",
    "author": "Tahoe Beetschen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "title": "Instanon"
    }
}