Twity
Old posts remover
Co je Twity?
Twity je rozšíření Chrome vyvinuté https://aksionau.com, a jeho hlavní funkcí je „Old posts remover“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twity
Stáhněte si soubory rozšíření Twity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
Oficiální URL | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
Popis | Old posts remover |
Velikost souboru | 34.67 KB |
Počet instalací | 112 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2021-12-29 |
Datum Vydání | 2021-12-10 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | https://aksionau.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |