Cera is planet
Cera is planet, Cera is life
Cos'è Cera is planet?
Cera is planet è un'estensione di Chrome sviluppata da Daniel Liljeberg, e la sua funzione principale è "Cera is planet, Cera is life".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cera is planet
Scarica i file di estensione Cera is planet 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
Show your appreciation to the romantic, loving, god and planet, Michael Cera! Replaces all images on sites with Michael Cera, also replaces words such as "Planet" with "Cera".
Informazioni di Base sull'Estensione
Nome | Cera is planet |
ID | ahngimdlepafjbemhofaphkdannckjkn |
URL Ufficiale | https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn |
Descrizione | Cera is planet, Cera is life |
Dimensione del File | 594 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2015-10-16 |
Data di Pubblicazione | 2015-10-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Daniel Liljeberg |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cera is planet", "version": "1.3.1", "manifest_version": 2, "description": "Cera is planet, Cera is life", "options_page": "options.html", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "include_globs": [ "*" ], "js": [ "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/www.google.*\/search*", "http:\/\/www.google.*\/search*", "http:\/\/www.google.*\/#q*", "https:\/\/www.google.*\/#q*", "http:\/\/maps.google.*\/*", "https:\/\/maps.google.*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "web_accessible_resources": [ "images\/cera1.png", "images\/ceraisplanet.png" ] } |