Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Qu'est-ce que Vanilla Timeline for Twitter ?

Vanilla Timeline for Twitter est une extension Chrome développée par Jacob Pretorius, et sa fonction principale est "For those of us who like Twitter less noisy.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Vanilla Timeline for Twitter

Téléchargez les fichiers d'extension Vanilla Timeline for Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Vanilla Timeline for Twitter Vanilla Timeline for Twitter
ID igolfhjmmmclfcjjfmafbghjeelmafij
URL Officiel https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij
Description For those of us who like Twitter less noisy.
Taille du Fichier 563 KB
Nombre d'Installations 82
Version Actuelle 1.10.0
Dernière Mise à Jour 2023-07-12
Date de Publication 2020-03-20
Développeur Jacob Pretorius
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://projects.jcpretorius.com/vanilla-timeline
URL de la Page d'Aide https://github.com/jacobpretorius/Vanilla-Timeline
Langues Prises en Charge 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"
}