Puggin.it
Replaces images with Pugs
Cos'è Puggin.it?
Puggin.it è un'estensione di Chrome sviluppata da https://www.rockcandymedia.com, e la sua funzione principale è "Replaces images with Pugs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Puggin.it
Scarica i file di estensione Puggin.it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fgccknmgndofeggbcaekgolhflbhdjnd |
URL Ufficiale | https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd |
Descrizione | Replaces images with Pugs |
Dimensione del File | 72.01 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-08-19 |
Data di Pubblicazione | 2013-08-19 |
Valutazione | 4.40/5 Totale 10 Valutazioni |
Sviluppatore | https://www.rockcandymedia.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |