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…
¿Qué es unBlurd. by wumbl3.?
unBlurd. by wumbl3. es una extensión de Chrome desarrollada por kodeyboudreau, y su función principal es "This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión unBlurd. by wumbl3.
Descarga archivos de extensión unBlurd. by wumbl3. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | unBlurd. by wumbl3. |
ID | gifejdknamachffbkgblclhpojdcjodk |
URL Oficial | https://chromewebstore.google.com/detail/unblurd-by-wumbl3/gifejdknamachffbkgblclhpojdcjodk |
Descripción | This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on… |
Tamaño del Archivo | 115 KB |
Cantidad de Instalaciones | 237 |
Versión Actual | 69.420.3 |
Última Actualización | 2024-01-05 |
Fecha de Publicación | 2022-06-14 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | kodeyboudreau |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |