Cageify
Let the One True God embrace your webpages with his graciousness!
Qu'est-ce que Cageify ?
Cageify est une extension Chrome développée par OrfeasZ, et sa fonction principale est "Let the One True God embrace your webpages with his graciousness!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cageify
Téléchargez les fichiers d'extension Cageify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Cageify |
ID | ppoobnoipkllpmpnnldhpghefjhiinoh |
URL Officiel | https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh |
Description | Let the One True God embrace your webpages with his graciousness! |
Taille du Fichier | 92.63 KB |
Nombre d'Installations | 1,015 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2013-05-08 |
Date de Publication | 2013-05-08 |
Évaluation | 4.65/5 Total 23 Évaluations |
Développeur | OrfeasZ |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |