Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Remove Twitter Blueとは何ですか?

Remove Twitter Blueはchrome_senpaiによって開発されたChromeの拡張機能で、その主な機能は「Remove twitter blue check and AD's from the Twitter」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

拡張機能の基本情報

名前 Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
公式URL https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
説明 Remove twitter blue check and AD's from the Twitter
ファイルサイズ 98.03 KB
インストール数 163
現在のバージョン 1.1
最終更新日 2023-06-18
公開日 2023-05-24
評価 5.00/5 合計 1 レビュー
開発者 chrome_senpai
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}