Uncropper
Show full size images and videos on Twitter timeline !
Cos'è Uncropper?
Uncropper è un'estensione di Chrome sviluppata da https://yanou.dev, e la sua funzione principale è "Show full size images and videos on Twitter timeline !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Uncropper
Scarica i file di estensione Uncropper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦 With Uncropper, all images and videos will be displayed in full-size in your timeline. Step 1: Install Step 2: Enjoy :)
Informazioni di Base sull'Estensione
Nome | Uncropper |
ID | hkehbcopcnnmlllianhbbmdicenlchjb |
URL Ufficiale | https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb |
Descrizione | Show full size images and videos on Twitter timeline ! |
Dimensione del File | 17.2 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2023-02-28 |
Data di Pubblicazione | 2023-02-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://yanou.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yanou.dev |
URL della Pagina di Aiuto | https://yanou.dev |
URL della Pagina della Politica sulla Privacy | https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91 |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Uncropper", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.1", "author": "[email protected]", "homepage_url": "https:\/\/yanou.dev", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/*" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |