Dinosaur Comics Easter Eggs
Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html
Cos'è Dinosaur Comics Easter Eggs?
Dinosaur Comics Easter Eggs è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dinosaur Comics Easter Eggs
Scarica i file di estensione Dinosaur Comics Easter Eggs 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
Every one of Ryan North's Dinosaur Comics has three hidden Easter Eggs; this extension shows them to you right under the comic.
Informazioni di Base sull'Estensione
Nome | |
ID | bojkkeeefjmeogpgnlomodfkkfkfhabj |
URL Ufficiale | https://chrome.google.com/webstore/detail/dinosaur-comics-easter-eg/bojkkeeefjmeogpgnlomodfkkfkfhabj |
Descrizione | Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html |
Dimensione del File | 4.85 KB |
Conteggio Installazioni | 229 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-08-11 |
Data di Pubblicazione | 2014-08-11 |
Valutazione | 4.81/5 Totale 27 Valutazioni |
Sviluppatore | [email protected] |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "dinosaur.js" ], "matches": [ "http:\/\/qwantz.com\/*", "http:\/\/www.qwantz.com\/*" ] } ], "description": "Show easter eggs for Dinosaur Comics. Based on this script: http:\/\/userscripts-mirror.org\/scripts\/review\/128475.html", "name": "Dinosaur Comics Easter Eggs", "version": "1.3", "manifest_version": 2 } |