RefinedTweets

Refine Twitter with your own algorithm

什麼是RefinedTweets?

RefinedTweets是由https://refinedtweets.com開發的Chrome擴展程式,該擴展的主要功能是“Refine Twitter with your own algorithm”。

擴展截圖

screenshot
screenshot
screenshot

下載RefinedTweets擴展crx文件

下載RefinedTweets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 RefinedTweets RefinedTweets
ID dlcdpldefmdkjibhbolpjaplflhijipf
官方網址 https://chromewebstore.google.com/detail/refinedtweets/dlcdpldefmdkjibhbolpjaplflhijipf
簡介 Refine Twitter with your own algorithm
檔案大小 205 KB
安裝次數 64
目前版本 0.4 beta
更新時間 2023-06-20
上架時間 2023-06-06
評分 5.00/5 共 2 次評分
開發者 https://refinedtweets.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://refinedtweets.com/
說明頁面URL https://refinedtweets.com/
隱私政策頁面URL https://refinedtweets.com/privacy-policy
支援的語言 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
        }
    ]
}