Tweet Optimize

Utility to delete your old tweets/replies/retweets/likes.

Tweet Optimize란 무엇입니까?

Tweet Optimize은(는) vmprabhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility to delete your old tweets/replies/retweets/likes."입니다.

확장 프로그램 스크린샷

screenshot

Tweet Optimize 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        THIS EXTENSION IS LIMITED TO https://twitter.com ONLY 

Utility to cleanup your twitter timeline.
- Delete tweets/replies.
- Perform unlikes.
- Undo retweets.

**Procedure:**
Once you are logged into to twitter on the browser,
- To undo retweets, once you are on your profile page, go to "Tweets" tab and click "Retweets" button in extention.
- For unlikes, Go to "Likes" tab in your profile and use "Likes" button in extention.
- For deleting tweets/replies, go to "Replies" tab in profile and click "Tweets" button on extention.

**Updates:** 
~version: 2.0:~
Added alerts for users to warn before running the script.

~version: 3.0:~
- Check added to verify whether user is on correct chrome tab while performing the specific action.                    

확장 프로그램 기본 정보

이름 Tweet Optimize Tweet Optimize
ID hcnihfpkophncbeaekpcoillachnjioj
공식 URL https://chromewebstore.google.com/detail/tweet-optimize/hcnihfpkophncbeaekpcoillachnjioj
설명 Utility to delete your old tweets/replies/retweets/likes.
파일 크기 1.27 MB
설치 횟수 790
현재 버전 3.0
최근 업데이트 2023-07-06
출시 날짜 2023-07-05
평점 3.86/5 총 7 개의 평점
개발자 vmprabhu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Optimize",
    "description": "Utility to delete your old tweets\/replies\/retweets\/likes.",
    "version": "3.0",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "twitter-bin-16.png",
            "48": "twitter-bin-48.png",
            "128": "twitter-bin-128.png"
        },
        "icons": {
            "16": "twitter-bin-16.png",
            "32": "twitter-bin-32.png",
            "48": "twitter-bin-48.png",
            "128": "twitter-bin-128.png"
        },
        "default_title": "Tweet Optimize",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "twitter-bin-16.png",
        "32": "twitter-bin-32.png",
        "48": "twitter-bin-48.png",
        "128": "twitter-bin-128.png"
    }
}