Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Vanilla Timeline for Twitterとは何ですか?

Vanilla Timeline for TwitterはJacob Pretoriusによって開発されたChromeの拡張機能で、その主な機能は「For those of us who like Twitter less noisy.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Vanilla Timeline for Twitter拡張機能のCRXファイルをダウンロード

Vanilla Timeline for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Vanilla Timeline for Twitter Vanilla Timeline for Twitter
ID igolfhjmmmclfcjjfmafbghjeelmafij
公式URL https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij
説明 For those of us who like Twitter less noisy.
ファイルサイズ 563 KB
インストール数 82
現在のバージョン 1.10.0
最終更新日 2023-07-12
公開日 2020-03-20
開発者 Jacob Pretorius
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://projects.jcpretorius.com/vanilla-timeline
ヘルプページのURL https://github.com/jacobpretorius/Vanilla-Timeline
対応言語 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"
}