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 là gì?

YAS by Queer Eye là một tiện ích mở rộng Chrome được phát triển bởi Netflix, và tính năng chính của nó là "This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YAS by Queer Eye

Tải xuống các tệp mở rộng YAS by Queer Eye dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YAS by Queer Eye YAS by Queer Eye
ID emhcionpgomklidodcncnfncjfeaifoj
URL Chính Thức https://chromewebstore.google.com/detail/yas-by-queer-eye/emhcionpgomklidodcncnfncjfeaifoj
Mô tả This extension changes every ‘yes’ to YAS, so you can feel like the fierce queen you are through every browsing experience.
Kích Thước Tệp 27.84 KB
Số Lần Cài Đặt 2,844
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-03-22
Ngày Phát Hành 2019-03-18
Đánh Giá 4.71/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Netflix
Loại Thanh Toán free
Trang Web Mở Rộng https://www.netflix.com
URL Trang Chính Sách Bảo Mật https://help.netflix.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}