Puggin.it
Replaces images with Pugs
Wat is Puggin.it?
Puggin.it is een Chrome-extensie ontwikkeld door https://www.rockcandymedia.com, en de belangrijkste functie is "Replaces images with Pugs".
Extensie Screenshots
Download het CRX-bestand van de extensie Puggin.it
Download Puggin.it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fgccknmgndofeggbcaekgolhflbhdjnd |
Officiële URL | https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd |
Beschrijving | Replaces images with Pugs |
Bestandsgrootte | 72.01 KB |
Aantal Installaties | 135 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2013-08-19 |
Publicatiedatum | 2013-08-19 |
Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://www.rockcandymedia.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } |