Shower Thoughts

Shower Thoughts, provided by reddit

What is Shower Thoughts?

Shower Thoughts is a Chrome extension developed by Unknown, and its main feature is "Shower Thoughts, provided by reddit".

Extension Screenshots

screenshot

Download Shower Thoughts Extension CRX File

Download Shower Thoughts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will show you a random shower thought from the subreddit /r/showerthoughts when you open up a new tab.                    

Extension Basic Information

Name Shower Thoughts Shower Thoughts
ID hjibjhpjcadkapadeafciofkmneeicdm
Official URL https://chromewebstore.google.com/detail/shower-thoughts/hjibjhpjcadkapadeafciofkmneeicdm
Description Shower Thoughts, provided by reddit
File Size 2.16 MB
Installation Count 12
Current Version 1.0
Last Updated 2014-11-08
Publish Date 2014-11-08
Rating 3.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Extension Website http://www.emich.be
Supported Languages 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"
    }
}