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؟

Instanon · Browse Instagram with no account هو إضافة Chrome تم تطويرها بواسطة Tahoe Beetschen، والميزة الرئيسية لها هي "Instanon is a simple addon that lets you browse Instagram without an account.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Instanon · Browse Instagram with no account

قم بتنزيل ملفات الامتداد Instanon · Browse Instagram with no account بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

Improve your privacy by using Instagram without an account.                    

معلومات أساسية عن التمديد

الاسم Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
الوصف Instanon is a simple addon that lets you browse Instagram without an account.
حجم الملف 147 KB
عدد التثبيتات 694
النسخة الحالية 1.1
آخر تحديث 2020-08-08
تاريخ النشر 2020-08-03
تقييم 2.80/5 مجموع تقييمات 10
المطور Tahoe Beetschen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tahoe.be
اللغات المدعومة 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"
    }
}