Twity
Old posts remover
What is Twity?
Twity is a Chrome extension developed by https://aksionau.com, and its main feature is "Old posts remover".
Extension Screenshots
Download Twity Extension CRX File
Download Twity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
Official URL | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
Description | Old posts remover |
File Size | 34.67 KB |
Installation Count | 112 |
Current Version | 0.1.0 |
Last Updated | 2021-12-29 |
Publish Date | 2021-12-10 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://aksionau.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |