Shower Thoughts
Shower Thoughts, provided by reddit
Wat is Shower Thoughts?
Shower Thoughts is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Shower Thoughts, provided by reddit".
Extensie Screenshots
Download het CRX-bestand van de extensie Shower Thoughts
Download Shower Thoughts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will show you a random shower thought from the subreddit /r/showerthoughts when you open up a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | hjibjhpjcadkapadeafciofkmneeicdm |
| Officiële URL | https://chromewebstore.google.com/detail/shower-thoughts/hjibjhpjcadkapadeafciofkmneeicdm |
| Beschrijving | Shower Thoughts, provided by reddit |
| Bestandsgrootte | 2.16 MB |
| Aantal Installaties | 12 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-11-08 |
| Publicatiedatum | 2014-11-08 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | http://www.emich.be |
| Ondersteunde Talen | 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"
}
} | |