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