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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kodeyboudreau และคุณลักษณะหลักของมันคือ "This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย unBlurd. by wumbl3.

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}