Twity
Old posts remover
什么是Twity?
Twity是由https://aksionau.com开发的Chrome扩展程序,该扩展的主要功能是“Old posts remover”。
扩展截图
下载Twity扩展crx文件
下载Twity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
官方URL | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
简介 | Old posts remover |
文件大小 | 34.67 KB |
安装次数 | 112 |
当前版本 | 0.1.0 |
更新时间 | 2021-12-29 |
上架时间 | 2021-12-10 |
评分 | 4.50/5 共2次评分 |
开发者 | https://aksionau.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |