Cageify
Let the One True God embrace your webpages with his graciousness!
Cos'è Cageify?
Cageify è un'estensione di Chrome sviluppata da OrfeasZ, e la sua funzione principale è "Let the One True God embrace your webpages with his graciousness!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cageify
Scarica i file di estensione Cageify 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
Always to have the websites you visit embraced by the One True God, Nicolas Cage? This extension makes it possible! Click the Cageify icon and watch the magic happen!
Informazioni di Base sull'Estensione
Nome | Cageify |
ID | ppoobnoipkllpmpnnldhpghefjhiinoh |
URL Ufficiale | https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh |
Descrizione | Let the One True God embrace your webpages with his graciousness! |
Dimensione del File | 92.63 KB |
Conteggio Installazioni | 1,015 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2013-05-08 |
Data di Pubblicazione | 2013-05-08 |
Valutazione | 4.65/5 Totale 23 Valutazioni |
Sviluppatore | OrfeasZ |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "cageify.js" ] }, "manifest_version": 2, "name": "Cageify", "description": "Let the One True God embrace your webpages with his graciousness!", "version": "0.0.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |