YAS by Queer Eye
This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience.
ما هو YAS by Queer Eye؟
YAS by Queer Eye هو إضافة Chrome تم تطويرها بواسطة Netflix، والميزة الرئيسية لها هي "This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YAS by Queer Eye
قم بتنزيل ملفات الامتداد YAS by Queer Eye بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adding fiercedom and positivity to your browsing experience one YAS at a time. Have you ever thought “I wish I could be made-over by the Fab 5”? Now’s your chance, well...your browser’s chance. Make-over your chrome browser with YAS by Queer Eye, which changes every yes to an emphatic YAS! Let’s be real, adding YAS to anything immediately makes it more fun, positive and FIERCE. So treat yourself to a little slice of positivity everyday and you’ll be feeling like a shamazing fierce QUEEN each and every time you see YAS. YAS QUEEN, YOU DESERVE THIS!!
معلومات أساسية عن التمديد
الاسم | YAS by Queer Eye |
ID | emhcionpgomklidodcncnfncjfeaifoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yas-by-queer-eye/emhcionpgomklidodcncnfncjfeaifoj |
الوصف | This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience. |
حجم الملف | 27.84 KB |
عدد التثبيتات | 2,844 |
النسخة الحالية | 2.0 |
آخر تحديث | 2019-03-22 |
تاريخ النشر | 2019-03-18 |
تقييم | 4.71/5 مجموع تقييمات 34 |
المطور | Netflix |
نوع الدفع | free |
موقع الإضافة | https://www.netflix.com |
عنوان صفحة سياسة الخصوصية | https://help.netflix.com/legal/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "name": "YAS by Queer Eye", "version": "2.0", "description": "This extension changes every \u2018yes\u2019 to YAS, so you can feel like the fierce queen you are through every browsing experience.", "content_scripts": [ { "js": [ "replace_script.js" ], "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/docs.google.com\/*", "*:\/\/slides.google.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "images\/qe16.png", "32": "images\/qe32.png", "48": "images\/qe48.png", "64": "images\/qe64.png", "128": "images\/qe128.png" }, "default_title": "YASSS by Queer Eye" }, "icons": { "16": "images\/qe16.png", "32": "images\/qe32.png", "48": "images\/qe48.png", "64": "images\/qe64.png", "128": "images\/qe128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |