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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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