Twitter Filter

Hide people on Twitter without blocking or unfollowing them

Twitter Filter là gì?

Twitter Filter là một tiện ích mở rộng Chrome được phát triển bởi lihan, và tính năng chính của nó là "Hide people on Twitter without blocking or unfollowing them".

Ả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 Filter

Tải xuống các tệp mở rộng Twitter Filter 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

                        You can also filter phrases (TV show spoilers, sports tweets, etc).

Leave a ★★★★★ review with feature request.                    

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

Tên Twitter Filter Twitter Filter
ID hfaokbpplplaeglmcpmjacghbnidjnll
URL Chính Thức https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll
Mô tả Hide people on Twitter without blocking or unfollowing them
Kích Thước Tệp 13.05 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2014-07-17
Ngày Phát Hành 2014-07-16
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển lihan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Filter",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Hide people on Twitter without blocking or unfollowing them",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "bower_components\/underscore\/underscore.js",
            "dist\/js\/util.js",
            "dist\/js\/background.js"
        ]
    },
    "options_page": "dist\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Twitter filter"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "css": [
                "dist\/css\/inject.css"
            ],
            "js": [
                "bower_components\/underscore\/underscore.js",
                "bower_components\/jquery\/jquery.js",
                "bower_components\/backbone\/backbone.js",
                "dist\/js\/util.js",
                "dist\/js\/models.js",
                "dist\/js\/inject.js"
            ]
        }
    ]
}