Twitter's {searchTerms}

Hide Twitter's {searchTerms} page and display the home page instead.

Twitter's {searchTerms} là gì?

Twitter's {searchTerms} là một tiện ích mở rộng Chrome được phát triển bởi Plippe, và tính năng chính của nó là "Hide Twitter's {searchTerms} page and display the home page instead.".

Tải xuống tệp CRX của tiện ích mở rộng Twitter's {searchTerms}

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

                        Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. 

If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead.

The extension's source code can be found on our website.                    

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

Tên Twitter's {searchTerms} Twitter's {searchTerms}
ID blgmfjfoadpcpedhlbfdfigmgbjdndon
URL Chính Thức https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon
Mô tả Hide Twitter's {searchTerms} page and display the home page instead.
Kích Thước Tệp 16.79 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-12
Ngày Phát Hành 2015-07-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Plippe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/plippe/chrome-twitter-home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "Twitter's {searchTerms}",
    "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home",
    "description": "Hide Twitter's {searchTerms} page and display the home page instead.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/twitter.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}