Remove Twitter Views

Remove Views button from Twitter

Remove Twitter Viewsとは何ですか?

Remove Twitter Viewsはigorhaagrodによって開発されたChromeの拡張機能で、その主な機能は「Remove Views button from Twitter」です。

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

screenshot

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

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

拡張機能の使用方法

                        After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.                    

拡張機能の基本情報

名前 Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
公式URL https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
説明 Remove Views button from Twitter
ファイルサイズ 7.8 KB
インストール数 171
現在のバージョン 1.0
最終更新日 2022-12-25
公開日 2022-12-25
評価 4.73/5 合計 11 レビュー
開発者 igorhaagrod
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove Views button from Twitter",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "remove-views.html",
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}