InstaHusky

Very simple Chrome Extension to brighten your day with a puppy!

What is InstaHusky?

InstaHusky is a Chrome extension developed by bobbymcdonald27, and its main feature is "Very simple Chrome Extension to brighten your day with a puppy!".

Extension Screenshots

screenshot

Download InstaHusky Extension CRX File

Download InstaHusky 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

                        My first Chrome Extension, enjoy a picture of Nanuuk the 1 year old Husky!                    

Extension Basic Information

Name InstaHusky InstaHusky
ID koalkbdkgnkgdahnnjkjnieoaoeckndl
Official URL https://chromewebstore.google.com/detail/instahusky/koalkbdkgnkgdahnnjkjnieoaoeckndl
Description Very simple Chrome Extension to brighten your day with a puppy!
File Size 6.16 MB
Installation Count 19
Current Version 0.0.0.3
Last Updated 2015-12-31
Publish Date 2015-12-31
Rating 5.00/5 Total 1 Ratings
Developer bobbymcdonald27
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaHusky",
    "description": "Very simple Chrome Extension to brighten your day with a puppy!",
    "version": "0.0.0.3",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "1 new message from Nanuuk!",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}