Trend Blocker

Blocks curiosity-clicks to Twitter trends.

Trend Blocker là gì?

Trend Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://klivk.com, và tính năng chính của nó là "Blocks curiosity-clicks to Twitter trends.".

Ả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 Trend Blocker

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

                        Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles.

When you are super curious about one, you can always control-click or right-click to read it.                    

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

Tên Trend Blocker Trend Blocker
ID mmkljdkafmpccfjahboblagjedcdafpg
URL Chính Thức https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg
Mô tả Blocks curiosity-clicks to Twitter trends.
Kích Thước Tệp 59.3 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.2.2
Cập Nhật Lần Cuối 2012-04-24
Ngày Phát Hành 2012-04-24
Nhà Phát Triển https://klivk.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://serdar.work/chrome-extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trend Blocker",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "description": "Blocks curiosity-clicks to Twitter trends.",
    "icons": {
        "14": "icon14.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/trend-blocker"
}