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.
Qu'est-ce que YAS by Queer Eye ?
YAS by Queer Eye est une extension Chrome développée par Netflix, et sa fonction principale est "This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YAS by Queer Eye
Téléchargez les fichiers d'extension YAS by Queer Eye au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!!
Informations de Base sur l'Extension
Nom | YAS by Queer Eye |
ID | emhcionpgomklidodcncnfncjfeaifoj |
URL Officiel | https://chromewebstore.google.com/detail/yas-by-queer-eye/emhcionpgomklidodcncnfncjfeaifoj |
Description | This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience. |
Taille du Fichier | 27.84 KB |
Nombre d'Installations | 2,844 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-03-22 |
Date de Publication | 2019-03-18 |
Évaluation | 4.71/5 Total 34 Évaluations |
Développeur | Netflix |
Type de Paiement | free |
Site Web de l'Extension | https://www.netflix.com |
URL de la Page de Politique de Confidentialité | https://help.netflix.com/legal/privacy |
Langues Prises en Charge | 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 } |