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
官方網址 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
電子郵箱 [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"
    }
}