Yeezify
Yeezify the web!
Qu'est-ce que Yeezify ?
Yeezify est une extension Chrome développée par Terkel Gjervig, et sa fonction principale est "Yeezify the web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yeezify
Téléchargez les fichiers d'extension Yeezify 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
Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West. Instantly change all images on any given webpage to Yeezus. Install the extension, click the Kanye head and watch the magic happen!
Informations de Base sur l'Extension
Nom | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
URL Officiel | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Description | Yeezify the web! |
Taille du Fichier | 50.28 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-08-04 |
Date de Publication | 2014-08-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Terkel Gjervig |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://yeezify.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yeezify", "version": "1.0.2", "manifest_version": 2, "description": "Yeezify the web!", "author": "Terkel Gjervig", "short_name": "Yeezify", "homepage_url": "http:\/\/yeezify.terkel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/yeezify.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "I'mma fix it" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |