Yeezify
Yeezify the web!
ما هو Yeezify؟
Yeezify هو إضافة Chrome تم تطويرها بواسطة Terkel Gjervig، والميزة الرئيسية لها هي "Yeezify the web!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yeezify
قم بتنزيل ملفات الامتداد Yeezify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
الوصف | Yeezify the web! |
حجم الملف | 50.28 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2014-08-04 |
تاريخ النشر | 2014-08-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Terkel Gjervig |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://yeezify.com |
اللغات المدعومة | 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:\/\/*\/*" ] } |