DeleteTweets
One-click delete tweets/retweets/replies/likes
DeleteTweets란 무엇입니까?
DeleteTweets은(는) https://deletetweets.ikeyly.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click delete tweets/retweets/replies/likes"입니다.
확장 프로그램 스크린샷
DeleteTweets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |