Twity
Old posts remover
Wat is Twity?
Twity is een Chrome-extensie ontwikkeld door https://aksionau.com, en de belangrijkste functie is "Old posts remover".
Extensie Screenshots
Download het CRX-bestand van de extensie Twity
Download Twity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
Officiële URL | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
Beschrijving | Old posts remover |
Bestandsgrootte | 34.67 KB |
Aantal Installaties | 112 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-12-29 |
Publicatiedatum | 2021-12-10 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://aksionau.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |