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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}