Twity
Old posts remover
Twity là gì?
Twity là một tiện ích mở rộng Chrome được phát triển bởi https://aksionau.com, và tính năng chính của nó là "Old posts remover".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twity
Tải xuống các tệp mở rộng Twity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Want to start your Twitter from scratch? Try our extension! No permissions to your Twitter account are needed! All this extension does is click buttons for you! How to use: Just open your Twitter profile page, set the number of Tweets to remove, and click “Delete”! This extension will remove Tweets from the most recent to earlier ones.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
URL Chính Thức | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
Mô tả | Old posts remover |
Kích Thước Tệp | 34.67 KB |
Số Lần Cài Đặt | 112 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-12-29 |
Ngày Phát Hành | 2021-12-10 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://aksionau.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twity", "description": "Old posts remover", "version": "0.1.0", "action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Twity" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |