Twity

Old posts remover

Cos'è Twity?

Twity è un'estensione di Chrome sviluppata da https://aksionau.com, e la sua funzione principale è "Old posts remover".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twity

Scarica i file di estensione Twity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twity Twity
ID mnencakcmnofdmpgmklkknklikgpodoo
URL Ufficiale https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo
Descrizione Old posts remover
Dimensione del File 34.67 KB
Conteggio Installazioni 112
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-12-29
Data di Pubblicazione 2021-12-10
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://aksionau.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}