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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience."입니다.

확장 프로그램 스크린샷

screenshot

YAS by Queer Eye 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}