RefinedTweets

Refine Twitter with your own algorithm

¿Qué es RefinedTweets?

RefinedTweets es una extensión de Chrome desarrollada por https://refinedtweets.com, y su función principal es "Refine Twitter with your own algorithm".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RefinedTweets

Descarga archivos de extensión RefinedTweets en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre RefinedTweets RefinedTweets
ID dlcdpldefmdkjibhbolpjaplflhijipf
URL Oficial https://chromewebstore.google.com/detail/refinedtweets/dlcdpldefmdkjibhbolpjaplflhijipf
Descripción Refine Twitter with your own algorithm
Tamaño del Archivo 205 KB
Cantidad de Instalaciones 64
Versión Actual 0.4 beta
Última Actualización 2023-06-20
Fecha de Publicación 2023-06-06
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://refinedtweets.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://refinedtweets.com/
URL de la Página de Ayuda https://refinedtweets.com/
URL de la Página de Política de Privacidad https://refinedtweets.com/privacy-policy
Idiomas Soportados 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
        }
    ]
}