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…

What is unBlurd. by wumbl3.?

unBlurd. by wumbl3. is a Chrome extension developed by kodeyboudreau, and its main feature is "This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…".

Extension Screenshots

screenshot

Download unBlurd. by wumbl3. Extension CRX File

Download unBlurd. by wumbl3. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name unBlurd. by wumbl3. unBlurd. by wumbl3.
ID gifejdknamachffbkgblclhpojdcjodk
Official URL https://chromewebstore.google.com/detail/unblurd-by-wumbl3/gifejdknamachffbkgblclhpojdcjodk
Description This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…
File Size 115 KB
Installation Count 237
Current Version 69.420.3
Last Updated 2024-01-05
Publish Date 2022-06-14
Rating 5.00/5 Total 2 Ratings
Developer kodeyboudreau
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}