Anonymous View for Instagram Stories

View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!

Anonymous View for Instagram Storiesคืออะไร?

Anonymous View for Instagram Stories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AppCreator และคุณลักษณะหลักของมันคือ "View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anonymous View for Instagram Stories

ดาวน์โหลดไฟล์ส่วนขยาย Anonymous View for Instagram Stories ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
คำอธิบาย View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 10,876
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2022-06-22
วันที่เผยแพร่ 2021-01-27
คะแนน 4.51/5 รวมทั้งหมด 96 คะแนน
ผู้พัฒนา AppCreator
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/stories-space
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.4",
    "default_locale": "en",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "css\/*",
        "img\/*"
    ]
}