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
官方網址 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
電子郵箱 [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"
}