Twitter Unseen

Block the 'seen' mention on Twitter's DMs

Twitter Unseenคืออะไร?

Twitter Unseen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aymericm.fr และคุณลักษณะหลักของมันคือ "Block the 'seen' mention on Twitter's DMs"

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

screenshot

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

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

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

                        Twitter Unseen is a lightweight extension that enables you to disable the "read" mark on the Twitter's private messages.

This will work with the Twitter's main website and TweetDeck.                    

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

ชื่อ Twitter Unseen Twitter Unseen
ID hkmgbjaikdikdamdojnbnohoefmpmhoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe
คำอธิบาย Block the 'seen' mention on Twitter's DMs
ขนาดไฟล์ 618 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-09-12
วันที่เผยแพร่ 2016-09-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://aymericm.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://aymericm.fr/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Unseen",
    "description": "Block the 'seen' mention on Twitter's DMs",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Twitter Unseen"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "https:\/\/twitter.com\/",
        "https:\/\/api.twitter.com\/",
        "webRequest",
        "webRequestBlocking"
    ]
}