HappyPuppyDaily
A puppy a day keeps the doctor away
What is HappyPuppyDaily?
HappyPuppyDaily is a Chrome extension developed by http://www.happypuppydaily.com, and its main feature is "A puppy a day keeps the doctor away".
Extension Screenshots
Download HappyPuppyDaily Extension CRX File
Download HappyPuppyDaily 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
Each new day will bring with it a cute new puppy to your browser's background. Just open a new tab and smile :-)
Extension Basic Information
Name | |
ID | opcnpinjognmojoncddhmpinjjgccpfk |
Official URL | https://chrome.google.com/webstore/detail/happypuppydaily/opcnpinjognmojoncddhmpinjjgccpfk |
Description | A puppy a day keeps the doctor away |
File Size | 3.94 MB |
Installation Count | 29 |
Current Version | 0.0.8 |
Last Updated | 2015-02-03 |
Publish Date | 2015-02-03 |
Rating | 4.66/5 Total 35 Ratings |
Developer | http://www.happypuppydaily.com |
Payment Type | free |
Extension Website | http://www.happypuppydaily.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HappyPuppyDaily", "description": "A puppy a day keeps the doctor away", "version": "0.0.8", "manifest_version": 2, "homepage_url": "http:\/\/momane.com\/", "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.happypuppydaily.com\/chrome\/*", "*:\/\/www.happypuppydaily.com\/Chrome\/*" ], "js": [ "lib\/jquery-2.1.1.min.js", "content.js" ] } ], "icons": { "128": "img\/logo.png", "16": "img\/logo.png" }, "web_accessible_resources": [ "PuppyImages\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |