Tweet Optimize

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

Tweet Optimizeคืออะไร?

Tweet Optimize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vmprabhu และคุณลักษณะหลักของมันคือ "Utility to delete your old tweets/replies/retweets/likes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet Optimize

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}