Instagram Story Hider

Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.

ما هو Instagram Story Hider؟

Instagram Story Hider هو إضافة Chrome تم تطويرها بواسطة Hardik Sondagar، والميزة الرئيسية لها هي "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.".

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

screenshot

تحميل ملف CRX للإضافة Instagram Story Hider

قم بتنزيل ملفات الامتداد Instagram Story Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Introducing Instagram Story Hider, the Chrome extension that frees up your precious time by eliminating endless story distractions. Keep your focus sharp and your browsing experience clutter-free as you effortlessly navigate Instagram without getting lost in the story rabbit hole. Time is priceless - download Instagram Story Hider today and take back control of your digital life!                    

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

الاسم Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
الوصف Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
حجم الملف 10.94 KB
عدد التثبيتات 39
النسخة الحالية 1.0.0
آخر تحديث 2023-04-16
تاريخ النشر 2023-04-16
تقييم 5.00/5 مجموع تقييمات 1
المطور Hardik Sondagar
البريد الإلكتروني [email protected]
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Story Hider",
    "version": "1.0.0",
    "description": "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram-story-hider.js"
            ],
            "run_at": "document_idle"
        }
    ]
}