Puggin.it v2
Replaces images with Pugs
Cos'è Puggin.it v2?
Puggin.it v2 è un'estensione di Chrome sviluppata da http://rockcandymedia.com, e la sua funzione principale è "Replaces images with Pugs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Puggin.it v2
Scarica i file di estensione Puggin.it v2 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 pug's face. 3. Enjoy the pugs.
Informazioni di Base sull'Estensione
Nome | |
ID | mfacambegnhggbaencfpgekddpmhjcep |
URL Ufficiale | https://chrome.google.com/webstore/detail/mfacambegnhggbaencfpgekddpmhjcep |
Descrizione | Replaces images with Pugs |
Dimensione del File | 69.06 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-08-23 |
Data di Pubblicazione | 2019-08-23 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | http://rockcandymedia.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |