DeleteTweets

One-click delete tweets/retweets/replies/likes

DeleteTweetsคืออะไร?

DeleteTweets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deletetweets.ikeyly.cn และคุณลักษณะหลักของมันคือ "One-click delete tweets/retweets/replies/likes"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย DeleteTweets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DeleteTweets-- a powerful plugin with key features:

1、Delete  Tweet/ReTweet/Reply/Like
2、Filter tweets with ease by time, keywords, and engagement, plus custom conditions
3、Backup all tweets and archive deleted ones effortlessly.
4、Export all backups with ease.
5、Fully automated search and deletion.

🎏 How it works
1、Choose Tweet Type: Select the type of tweets to delete - tweet, retweet, like, or reply.
2、Set Filtering Criteria: Define specific criteria for filtering your tweets.
3、One-Click Deletion: Effortlessly delete all tweets that match your set criteria with just one click.

🔒 Data Privacy
DeleteTweets plugin ensures your data security by simulating user deletion actions. It operates exclusively within your browser, eliminating the need for any access to user account information or data. Rest assured, your data remains on your device, debunking any concerns about data privacy.

📄Terms
Enjoy all the search, filter, and delete perks without any restrictions on tweet removals as a free user. Upgrade to a Pro account for additional features like exporting deleted tweets or creating backups.  🚀✨

🚨Alert
High-frequency use of the Twitter API may result in a temporary delay in deletion. Please wait a bit before continuing to remove any remaining tweets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeleteTweets DeleteTweets
ID plolbhegbeapkdmpnbabilmfnknlfbpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deletetweets/plolbhegbeapkdmpnbabilmfnknlfbpa
คำอธิบาย One-click delete tweets/retweets/replies/likes
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 6,012
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2023-04-03
คะแนน 3.87/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา https://deletetweets.ikeyly.cn
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://deletetweets.ikeyly.cn/
URL หน้าช่วยเหลือ https://deletetweets.ikeyly.cn/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
ภาษาที่รองรับ id,de,en,fil,fr,nl,tr,es,pt-BR,ru,hi,th,ar,zh-CN,zh-TW,ja
manifest.json
{
    "manifest_version": 3,
    "name": "DeleteTweets",
    "description": "__MSG_extensionDescription__",
    "version": "2.2.0",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.ikeyly.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/injected.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}