Puggin.it v2
Replaces images with Pugs
What is Puggin.it v2?
Puggin.it v2 is a Chrome extension developed by http://rockcandymedia.com, and its main feature is "Replaces images with Pugs".
Extension Screenshots
Download Puggin.it v2 Extension CRX File
Download Puggin.it v2 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 pug's face. 3. Enjoy the pugs.
Extension Basic Information
Name | |
ID | mfacambegnhggbaencfpgekddpmhjcep |
Official URL | https://chrome.google.com/webstore/detail/mfacambegnhggbaencfpgekddpmhjcep |
Description | Replaces images with Pugs |
File Size | 69.06 KB |
Installation Count | 42 |
Current Version | 2.1 |
Last Updated | 2019-08-23 |
Publish Date | 2019-08-23 |
Rating | 4.20/5 Total 5 Ratings |
Developer | http://rockcandymedia.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": [], "description": "Replaces images with Pugs", "homepage_url": "http:\/\/puggin.it", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "manifest_version": 2, "name": "Puggin.it v2", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1" } |