Cozy Button: One-click CuteEmergency
Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute
What is Cozy Button: One-click CuteEmergency?
Cozy Button: One-click CuteEmergency is a Chrome extension developed by Jonathan Rosenberg, and its main feature is "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute".
Extension Screenshots
Download Cozy Button: One-click CuteEmergency Extension CRX File
Download Cozy Button: One-click CuteEmergency 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
Provides an instant infusion of puppies with one click of the "Cozy" button. Website here: www.rosenbergj.com/cozy-button-one-click-cuteness/ Update version 2.0.4 ------------------ * Images from twitter's cute emergency * Infinite scroll * download image
Extension Basic Information
Name | |
ID | cfianhpfopociiphaplobjmngffenbbk |
Official URL | https://chrome.google.com/webstore/detail/cozy-button-one-click-cut/cfianhpfopociiphaplobjmngffenbbk |
Description | Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute |
File Size | 47.95 KB |
Installation Count | 15 |
Current Version | 2.0.5 |
Last Updated | 2014-11-26 |
Publish Date | 2014-11-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Jonathan Rosenberg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cozy Button: One-click CuteEmergency", "version": "2.0.5", "description": "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Jonathan Rosenberg", "homepage_url": "http:\/\/www.rosenbergj.com\/cozy-button-one-click-cuteness\/", "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "icon128.png", "default_title": "Cozy Button", "default_popup": "index.html" }, "web_accessible_resources": [ "http:\/\/weloveiconfonts.com\/api\/?family=fontawesome" ], "permissions": [ "https:\/\/secure.flickr.com\/", "https:\/\/oneclickcuties.herokuapp.com\/" ] } |