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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}