Yeezify
Yeezify the web!
Vad är Yeezify?
Yeezify är en Chrome-tillägg utvecklad av Terkel Gjervig, och dess huvudfunktion är "Yeezify the web!".
Tilläggsskärmbilder
Ladda ner Yeezify-förlängningens CRX-fil
Ladda ner Yeezify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
Officiell webbadress | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Beskrivning | Yeezify the web! |
Filstorlek | 50.28 KB |
Antal Installationer | 60 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-08-04 |
Publiceringsdatum | 2014-08-04 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Terkel Gjervig |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://yeezify.com |
Stödda Språk | 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:\/\/*\/*" ] } |