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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}