Yeezify
Yeezify the web!
Cos'è Yeezify?
Yeezify è un'estensione di Chrome sviluppata da Terkel Gjervig, e la sua funzione principale è "Yeezify the web!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yeezify
Scarica i file di estensione Yeezify 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
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!
Informazioni di Base sull'Estensione
Nome | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
URL Ufficiale | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Descrizione | Yeezify the web! |
Dimensione del File | 50.28 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-08-04 |
Data di Pubblicazione | 2014-08-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Terkel Gjervig |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://yeezify.com |
Lingue Supportate | 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:\/\/*\/*" ] } |