Puggin.it

Replaces images with Pugs

What is Puggin.it?

Puggin.it is a Chrome extension developed by https://www.rockcandymedia.com, and its main feature is "Replaces images with Pugs".

Extension Screenshots

screenshot

Download Puggin.it Extension CRX File

Download Puggin.it 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

                        Get this Chrome extension to pimp every page with a profusion of pugs.

1. Visit any website that has photos, such as Facebook or USA Today.

2. Click the Rock Candy Media logo.

3. Enjoy the pugs.                    

Extension Basic Information

Name Puggin.it Puggin.it
ID fgccknmgndofeggbcaekgolhflbhdjnd
Official URL https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd
Description Replaces images with Pugs
File Size 72.01 KB
Installation Count 135
Current Version 1.3
Last Updated 2013-08-19
Publish Date 2013-08-19
Rating 4.40/5 Total 10 Ratings
Developer https://www.rockcandymedia.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "rcm.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Puggin.it"
    },
    "description": "Replaces images with Pugs",
    "homepage_url": "http:\/\/puggin.it",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "author": "Joe Wanko",
    "manifest_version": 2,
    "name": "Puggin.it",
    "permissions": [
        "http:\/\/rockcandymedia.com\/puggin.it\/pugs.xml",
        "activeTab"
    ],
    "version": "1.3"
}