Twitter Trends Terminator

This extensions removes the Twitter trends element on the Twitter homepage when logged in.

Twitter Trends Terminator là gì?

Twitter Trends Terminator là một tiện ích mở rộng Chrome được phát triển bởi Fabian Deitelhoff, và tính năng chính của nó là "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

Ả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 Trends Terminator

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

                        This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in.

You can choose in the options if the boxes should be removed or not.                    

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

Tên Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
Mô tả This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Kích Thước Tệp 53.3 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-08-11
Ngày Phát Hành 2014-08-11
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Fabian Deitelhoff
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fabiandeitelhoff.de
URL Trang Trợ Giúp http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Trends Terminator",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.",
    "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/",
    "author": "Fabian Deitelhoff",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "http:\/\/twitter.com\/*"
    ]
}