unBlurd. by wumbl3.

This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…

unBlurd. by wumbl3.とは何ですか?

unBlurd. by wumbl3.はkodeyboudreauによって開発されたChromeの拡張機能で、その主な機能は「This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…」です。

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

screenshot

unBlurd. by wumbl3.拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on twitter that was marked sensitive by the original tweet author saving you time and subsequently money because as they say, Time is money! This extension also gracefully leaves the "Hide" button intact incase you may actually want to hide the media that was automatically unhidden using this extension. This extension is a simple "install and forget" extension with no configuration from the user required. Thank you for reading this long and heartfelt description. Hope you enjoy this extension as much as I did writing it and that the rest of your day is a great one, Or night... I can't tell! I'm from the past! Toodles!                    

拡張機能の基本情報

名前 unBlurd. by wumbl3. unBlurd. by wumbl3.
ID gifejdknamachffbkgblclhpojdcjodk
公式URL https://chromewebstore.google.com/detail/unblurd-by-wumbl3/gifejdknamachffbkgblclhpojdcjodk
説明 This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…
ファイルサイズ 115 KB
インストール数 237
現在のバージョン 69.420.3
最終更新日 2024-01-05
公開日 2022-06-14
評価 5.00/5 合計 2 レビュー
開発者 kodeyboudreau
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "unBlurd. by wumbl3.",
    "version": "69.420.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}