UnTwit

Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.

什么是UnTwit?

UnTwit是由Amin F开发的Chrome扩展程序,该扩展的主要功能是“Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.”。

扩展截图

screenshot

下载UnTwit扩展crx文件

下载UnTwit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Following your recent feedback, I've updated the plugin to now include counts of unliked and unretweeted posts. Additionally, a visual effect has been added to indicate when a button is clicked. 

Regarding comments about the plugin not working, please note that its functionality depends on Twitter's source code. Occasionally, Twitter updates may affect the plugin's performance. I am committed to updating the plugin regularly to minimize any inconvenience and ensure a smooth user experience. Thank you for your understanding.

Please ensure that when you use the 'unlike' feature, you are in the 'Likes' section of your profile, and for the 'unretweet' feature, make sure you are on a page where your retweets are visible. These steps are important for the plugin to function correctly.

----
With UnTwit, you can:

Un-retweet: Have you ever wished you could undo multiple retweets in a single click? UnTwit lets you select how many retweets you want to undo, saving you from the tedious process of manually un-retweeting each tweet.

Un-like: Over time, we all end up liking a large number of tweets. If you ever want to unlike these in bulk, UnTwit can do it for you. Choose how many likes you wish to remove, and UnTwit will do the rest.

Regain control over your Twitter account with UnTwit today. Install the extension and start un-retweeting and un-liking in bulk!                    

扩展基本信息

名称 UnTwit UnTwit
ID engelijllgajkheeaciaikocpbeiphkp
官方URL https://chromewebstore.google.com/detail/untwit/engelijllgajkheeaciaikocpbeiphkp
简介 Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.
文件大小 32.02 KB
安装次数 250
当前版本 1.1
更新时间 2024-01-29
上架时间 2023-07-06
评分 2.60/5 共5次评分
开发者 Amin F
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://aminforoutan.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UnTwit",
    "description": "Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.",
    "version": "1.1",
    "author": "Amin F",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "untwit-logo.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "untwit-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}