Yeezify
Yeezify the web!
Wat is Yeezify?
Yeezify is een Chrome-extensie ontwikkeld door Terkel Gjervig, en de belangrijkste functie is "Yeezify the web!".
Extensie Screenshots
Download het CRX-bestand van de extensie Yeezify
Download Yeezify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
Officiële URL | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Beschrijving | Yeezify the web! |
Bestandsgrootte | 50.28 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-08-04 |
Publicatiedatum | 2014-08-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Terkel Gjervig |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://yeezify.com |
Ondersteunde Talen | 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:\/\/*\/*" ] } |