Tumblr Mobile Images Next
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Cos'è Tumblr Mobile Images Next?
Tumblr Mobile Images Next è un'estensione di Chrome sviluppata da Gadsy, e la sua funzione principale è "Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.".
Scarica il file CRX dell'estensione Tumblr Mobile Images Next
Scarica i file di estensione Tumblr Mobile Images Next 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
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ejhphllbbmdfcalgcdmofmmkbgpphhjk |
URL Ufficiale | https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk |
Descrizione | Changes *.tumblr.com/mobile to show only images and links to page and next mobile page. |
Dimensione del File | 2.79 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-06-09 |
Data di Pubblicazione | 2013-06-08 |
Sviluppatore | Gadsy |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.tumblr.com\/mobile*" ] } ], "manifest_version": 2, "name": "Tumblr Mobile Images Next", "version": "1.0" } |