Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Cos'è Vanilla Timeline for Twitter?

Vanilla Timeline for Twitter è un'estensione di Chrome sviluppata da Jacob Pretorius, e la sua funzione principale è "For those of us who like Twitter less noisy.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Vanilla Timeline for Twitter

Scarica i file di estensione Vanilla Timeline for Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Vanilla Timeline for Twitter Vanilla Timeline for Twitter
ID igolfhjmmmclfcjjfmafbghjeelmafij
URL Ufficiale https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij
Descrizione For those of us who like Twitter less noisy.
Dimensione del File 563 KB
Conteggio Installazioni 82
Versione Corrente 1.10.0
Ultimo Aggiornamento 2023-07-12
Data di Pubblicazione 2020-03-20
Sviluppatore Jacob Pretorius
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://projects.jcpretorius.com/vanilla-timeline
URL della Pagina di Aiuto https://github.com/jacobpretorius/Vanilla-Timeline
Lingue Supportate 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"
}