Twity

Old posts remover

Co to jest Twity?

Twity to rozszerzenie Chrome opracowane przez https://aksionau.com, a jego główną funkcją jest „Old posts remover”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Twity

Pobierz pliki rozszerzeń Twity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twity Twity
ID mnencakcmnofdmpgmklkknklikgpodoo
Oficjalny URL https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo
Opis Old posts remover
Rozmiar pliku 34.67 KB
Liczba instalacji 112
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-12-29
Data Publikacji 2021-12-10
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://aksionau.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}