Twity

Old posts remover

Twityとは何ですか?

Twityはhttps://aksionau.comによって開発されたChromeの拡張機能で、その主な機能は「Old posts remover」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Twity拡張機能のCRXファイルをダウンロード

Twity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twity Twity
ID mnencakcmnofdmpgmklkknklikgpodoo
公式URL https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo
説明 Old posts remover
ファイルサイズ 34.67 KB
インストール数 112
現在のバージョン 0.1.0
最終更新日 2021-12-29
公開日 2021-12-10
評価 4.50/5 合計 2 レビュー
開発者 https://aksionau.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}