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 Netflix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YAS by Queer Eye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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 } |