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文件

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

擴展使用說明

                        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
官方網址 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"
    }
}