Shower Thoughts
Shower Thoughts, provided by reddit
Cos'è Shower Thoughts?
Shower Thoughts è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Shower Thoughts, provided by reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shower Thoughts
Scarica i file di estensione Shower Thoughts 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
This extension will show you a random shower thought from the subreddit /r/showerthoughts when you open up a new tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | hjibjhpjcadkapadeafciofkmneeicdm |
| URL Ufficiale | https://chromewebstore.google.com/detail/shower-thoughts/hjibjhpjcadkapadeafciofkmneeicdm |
| Descrizione | Shower Thoughts, provided by reddit |
| Dimensione del File | 2.16 MB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-11-08 |
| Data di Pubblicazione | 2014-11-08 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.emich.be |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shower Thoughts",
"description": "Shower Thoughts, provided by reddit",
"version": "1.0",
"permissions": [
"https:\/\/www.reddit.com\/*"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "shower16.png",
"48": "shower48.png",
"128": "shower128.png"
}
} | |