Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Vanilla Timeline for Twitter là gì?

Vanilla Timeline for Twitter là một tiện ích mở rộng Chrome được phát triển bởi Jacob Pretorius, và tính năng chính của nó là "For those of us who like Twitter less noisy.".

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

screenshot
screenshot

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

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

                        Clean up the noise in your Twitter feed. 

Turn off any or all of these:
 - Retweets.
 - Tweets liked by people you follow.
 - Tweets from people in Twitter "Lists".
 - Tweets from "Related accounts".
 - Promoted Tweets.
 - Trending hashtags.

You can also allow specific Twitter accounts to bypass these checks.

Current supported Twitter interface languages:
 - English.
 - Portuguese.

This extension does not access, store, track, or collect any of your data whatsoever. There are no analytics data or cookies used.

This extension is in no way endorsed by Twitter, or associated with Twitter, Inc. in any way.

You can see all of the code for this extension on GitHub: https://github.com/jacobpretorius/Vanilla-Timeline                    

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

Tên Vanilla Timeline for Twitter Vanilla Timeline for Twitter
ID igolfhjmmmclfcjjfmafbghjeelmafij
URL Chính Thức https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij
Mô tả For those of us who like Twitter less noisy.
Kích Thước Tệp 563 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.10.0
Cập Nhật Lần Cuối 2023-07-12
Ngày Phát Hành 2020-03-20
Nhà Phát Triển Jacob Pretorius
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://projects.jcpretorius.com/vanilla-timeline
URL Trang Trợ Giúp https://github.com/jacobpretorius/Vanilla-Timeline
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "VanillaTimeline.js",
                "Localization.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "name": "Vanilla Timeline for Twitter",
    "version": "1.10.0",
    "author": "Jacob Pretorius",
    "description": "For those of us who like Twitter less noisy.",
    "homepage_url": "https:\/\/projects.jcpretorius.com\/vanilla-timeline",
    "manifest_version": 3,
    "options_page": "settings.html"
}