Puppy Overload
This extension returns an overload of labrador puppies.
What is Puppy Overload?
Puppy Overload is a Chrome extension developed by Danielle Adams, and its main feature is "This extension returns an overload of labrador puppies.".
Extension Screenshots
Download Puppy Overload Extension CRX File
Download Puppy Overload 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
Puppies provide more than just companionship. They're proven to help people de-stress and improve overall happiness. That's why I created this extension. Puppies make me happy, and looking at pictures of puppies can help anyone detach from any stressful scenario.
Extension Basic Information
Name | Puppy Overload |
ID | jdgnnbkkejnolpimodbifmlchcppgpoe |
Official URL | https://chromewebstore.google.com/detail/puppy-overload/jdgnnbkkejnolpimodbifmlchcppgpoe |
Description | This extension returns an overload of labrador puppies. |
File Size | 13.3 KB |
Installation Count | 259 |
Current Version | 2.1 |
Last Updated | 2014-12-28 |
Publish Date | 2014-12-28 |
Rating | 3.25/5 Total 8 Ratings |
Developer | Danielle Adams |
Payment Type | free |
Extension Website | http://github.com/danielleadams/puppyoverload |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puppy Overload", "short_name": "Puppy Ovrld", "description": "This extension returns an overload of labrador puppies.", "version": "2.1", "permissions": [ "https:\/\/secure.flickr.com\/", "activeTab" ], "browser_action": { "default_icon": "\/icons\/icon.png", "default_title": "Puppy Overload" }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "background": { "scripts": [ "background.js", "overloadBrowser.js" ], "persistent": false } } |