Removing X from Twitter

Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones…

Removing X from Twitterとは何ですか?

Removing X from Twitterはdaraemgvdによって開発されたChromeの拡張機能で、その主な機能は「Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones…」です。

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

screenshot
screenshot

Removing X from Twitter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Brings back classic Twitter. Also removes verification buttons.

Devuelve Twitter a su estado clásico, también elimina los botones de verificación.                    

拡張機能の基本情報

名前 Removing X from Twitter Removing X from Twitter
ID njckbclijhhggdkjegpeapgdgbabeoab
公式URL https://chromewebstore.google.com/detail/removing-x-from-twitter/njckbclijhhggdkjegpeapgdgbabeoab
説明 Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones…
ファイルサイズ 23.7 KB
インストール数 88
現在のバージョン 2.4
最終更新日 2023-12-09
公開日 2023-08-17
評価 5.00/5 合計 4 レビュー
開発者 daraemgvd
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Removing X from Twitter",
    "version": "2.4",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "logo.svg",
                "logoBlanco.png"
            ]
        }
    ]
}