Yeezify
Yeezify the web!
Apa itu Yeezify?
Yeezify adalah ekstensi Chrome yang dikembangkan oleh Terkel Gjervig, dan fitur utamanya adalah "Yeezify the web!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yeezify
Unduh file ekstensi Yeezify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
URL Resmi | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Deskripsi | Yeezify the web! |
Ukuran File | 50.28 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-08-04 |
Tanggal Publikasi | 2014-08-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Terkel Gjervig |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://yeezify.com |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |