Unseen

Facebook without setting off seen notifications

Unseenคืออะไร?

Unseen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pruthvikar และคุณลักษณะหลักของมันคือ "Facebook without setting off seen notifications"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unseen

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

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

                                            

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

ชื่อ Unseen Unseen
ID hlffenieniojcilaanhckhlcncpkpdla
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unseen/hlffenieniojcilaanhckhlcncpkpdla
คำอธิบาย Facebook without setting off seen notifications
ขนาดไฟล์ 29.83 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-11-25
วันที่เผยแพร่ 2014-11-25
ผู้พัฒนา pruthvikar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unseen",
    "short_name": "Unseen",
    "version": "1.0",
    "description": "Facebook without setting off seen notifications",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.facebook.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "512": "icon.png"
    },
    "manifest_version": 2
}