Twitter Unseen

Block the 'seen' mention on Twitter's DMs

Twitter Unseen là gì?

Twitter Unseen là một tiện ích mở rộng Chrome được phát triển bởi https://aymericm.fr, và tính năng chính của nó là "Block the 'seen' mention on Twitter's DMs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Unseen

Tải xuống các tệp mở rộng Twitter Unseen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Unseen Twitter Unseen
ID hkmgbjaikdikdamdojnbnohoefmpmhoe
URL Chính Thức https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe
Mô tả Block the 'seen' mention on Twitter's DMs
Kích Thước Tệp 618 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-09-12
Ngày Phát Hành 2016-09-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://aymericm.fr
Loại Thanh Toán free
Trang Web Mở Rộng http://aymericm.fr/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}