Twitter Unseen
Block the 'seen' mention on Twitter's DMs
Co to jest Twitter Unseen?
Twitter Unseen to rozszerzenie Chrome opracowane przez https://aymericm.fr, a jego główną funkcją jest „Block the 'seen' mention on Twitter's DMs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Unseen
Pobierz pliki rozszerzeń Twitter Unseen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hkmgbjaikdikdamdojnbnohoefmpmhoe | 
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe | 
| Opis | Block the 'seen' mention on Twitter's DMs | 
| Rozmiar pliku | 618 KB | 
| Liczba instalacji | 141 | 
| Aktualna Wersja | 1.1.0 | 
| Ostatnia Aktualizacja | 2016-09-12 | 
| Data Publikacji | 2016-09-12 | 
| Ocena | 3.00/5 Łącznie 2 Oceny | 
| Deweloper | https://aymericm.fr | 
| Typ Płatności | free | 
| Strona Rozszerzenia | http://aymericm.fr/ | 
| Obsługiwane Języki | 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"
    ]
}  |  |