RefinedTweets

Refine Twitter with your own algorithm

Qu'est-ce que RefinedTweets ?

RefinedTweets est une extension Chrome développée par https://refinedtweets.com, et sa fonction principale est "Refine Twitter with your own algorithm".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RefinedTweets

Téléchargez les fichiers d'extension RefinedTweets 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

                        RefinedTweets lets you control which Tweets show up on your feed so you can find more of what you love and less of what you hate.

We are greatly influenced by the content we’re exposed to, but we have little to no control over it. RefinedTweets fixes that by giving you control. With RefinedTweets, you can set your own rules and only the Tweets that match those rules are displayed on your feed.

RefinedTweets does this by filtering tweets on various data points. For example, you can set filters to say:
- I want to see tweets only from people who are verified, or not verified
- I want to see tweets that have less than 20 replies
- I want to see tweets from people with less than 5K followers 
...and much more.
Besides custom filters, Refined Tweets let's you block promoted tweets as well.
Please visit our website to learn more: https://refinedtweets.com/


FEATURES

Tweet-based filters:
You can filter tweets based on its age, Favourites, Replies, Bookmarks, Retweets, Quote Tweets, Content of the tweets etc. Example: Show Tweets that have less than 5 replies - great for discovering tweets that went under the radar. Or, Show Tweets that have more than 10 quote tweets - great for discovering tweets that are being talked about.

User-based filters:
You can filter tweets based on their author's attributes. Supported data points at the moment are Followers, Blue Verification, DM Status etc. Example: Show me tweets from Blue un-verified users only, or, Show me tweets from people with less than 1K followers etc.
Support for even more data points is coming soon.

Block Promoted Tweets:
Refined Tweets helps you further remove the noise buy letting you block promoted tweets on your feed. This feature is available for both free and pro users.

UI Refinements:
Besides filtering out tweets, RefineTweets also lets you hide unnecessary parts from the Twitter UI to provide a cleaner and better user experience. For example, you can hide the impression/view-count if you're not interested in it.

Stats:
The Stat section provides you with some data to help you uncover insights about your Twitter usage. It will show you the number of tweets filtered out by the rules you set, how many times you log on to Twitter in a day etc. (This feature is currently under development).

All the UI refinement features, Stats and 1 filter are free for users. No sign-up, registration, or credit card is required. You can support us by buying a license that’ll unlock the usage of multiple filters. RefinedTweets offers a lifetime license through a one-time payment that’ll give you access to all the current and future premium features, forever. Please check our website for more details: https://refinedtweets.com/


PRIVACY AND SECURITY

Your privacy is of topmost importance to us. All the processing by RefinedTweets happens locally in your browser. Your settings are safely stored in your browsers using your browser's internal API. The only data sent to us is the product license to verify your purchase. None of your personal data is shared or sent anywhere, to make sure your privacy is totally protected.


SUPPORT

If you have any questions, feedback, or feature requests, please feel free to reach out at [email protected].


MORE INFORMATION

By installing RefinedTweets, You agree to our Privacy Policy (refinedtweets.com/privacy-policy).                    

Informations de Base sur l'Extension

Nom RefinedTweets RefinedTweets
ID dlcdpldefmdkjibhbolpjaplflhijipf
URL Officiel https://chromewebstore.google.com/detail/refinedtweets/dlcdpldefmdkjibhbolpjaplflhijipf
Description Refine Twitter with your own algorithm
Taille du Fichier 205 KB
Nombre d'Installations 64
Version Actuelle 0.4 beta
Dernière Mise à Jour 2023-06-20
Date de Publication 2023-06-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://refinedtweets.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://refinedtweets.com/
URL de la Page d'Aide https://refinedtweets.com/
URL de la Page de Politique de Confidentialité https://refinedtweets.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RefinedTweets",
    "short_name": "RefinedTweet",
    "author": "[email protected]",
    "description": "Refine Twitter with your own algorithm",
    "version": "0.0.0.4",
    "version_name": "0.4 beta",
    "homepage_url": "https:\/\/refinedtweets.com\/",
    "icons": {
        "16": "src\/resources\/icons\/refined-tweets-16.png",
        "32": "src\/resources\/icons\/refined-tweets-32.png",
        "48": "src\/resources\/icons\/refined-tweets-48.png",
        "128": "src\/resources\/icons\/refined-tweets-128.png",
        "256": "src\/resources\/icons\/refined-tweets-256.png",
        "512": "src\/resources\/icons\/refined-tweets-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.f70211c7.dd7f2feb.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/content.js.9e6f480b.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/refinedtweets.com\/*"
    ],
    "options_ui": {
        "page": "src\/optionPage\/options.html",
        "open_in_tab": true
    },
    "action": [],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "src\/resources\/fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/reqInterceptor.997fd3c6.js",
                "assets\/content.js.f70211c7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}