Crispy Subtitles from Lay’s

Lay’s introduces “Crispy Subtitles”: the first plug-in that adds subtitles exactly at the moment you start eating crisps.

Crispy Subtitles from Lay’sคืออะไร?

Crispy Subtitles from Lay’s เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BLISS และคุณลักษณะหลักของมันคือ "Lay’s introduces “Crispy Subtitles”: the first plug-in that adds subtitles exactly at the moment you start eating crisps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crispy Subtitles from Lay’s

ดาวน์โหลดไฟล์ส่วนขยาย Crispy Subtitles from Lay’s ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lay’s giới thiệu “Crispy Subtitles”: Trình cắm đầu tiên giúp phụ đề xuất hiện ngay khi bạn ăn Snack Khoai Tây.

Xem video trên youtube nhưng lại chẳng nghe lời thoại mỗi lần nhai Lay’s giòn rụm khiến không ít người khó chịu. Nên Lay’s liền phát triển và giới thiệu đến bạn “Crispy Subtitles”: Trình cắm đầu tiên chuyển âm thanh nhai Snack Khoai Tây thành phụ đề. Đã chưa?
Vậy thì,

•Tiện ích mở rộng này hoạt động thế nào? Khi bạn đang xem youtube và ăn Snack Khoai Tây, trình cắm sẽ nhận diện tiếng giòn qua microphone và tự động bật phụ đề. 

•Phụ đề xuất hiện tự động với ngôn ngữ mặc định của video bạn đang xem hoặc với ngôn ngữ bạn xác định trong phần cài đặt

*Lưu ý: Crispy Subtitles chỉ nhận diện tiếng giòn rụm, không có khả năng lưu trữ bất kỳ dữ liệu nào.

Từ bây giờ, bạn đã có thể vừa tận hưởng những lát Snack Khoai Tây giòn ngon khó cưỡng mà không hề bỏ lỡ bất cứ lời thoại hấp dẫn nào từ chiếc video đang xem.
Bốc ngay một gói Snack Khoai Tây Lay’s và thử thôi.

Lay’s introduces “Crispy Subtitles”: The first plug-in that adds subtitles exactly at the moment you start eating crisps.

Watching a movie and not hearing a thing because you’re nibbling crisps at the same time? Terrible! That’s why Lay’s introduces “Crispy Subtitles”: The first plug-in that adds subtitles exactly at the moment you start eating crisps. Yes!
 
• How does it work? When you’re watching video on youtube and chewing chips, it will detect the crunchy sound through microphone and automatically turn on subtitles.

• The subtitles are automatically created in your movie’s default language. Or in the language you defined in the settings.

*Note: Crispy Subtitles recognizes only the crispy sound, not recording nor storing your data.

From now on, you can enjoy your crisps without missing a second of your movie.
 
Take a bag and try it out yourself.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crispy Subtitles from Lay’s Crispy Subtitles from Lay’s
ID kokpckgbhcmeobdddflajfcpmmfhkekn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crispy-subtitles-from-lay/kokpckgbhcmeobdddflajfcpmmfhkekn
คำอธิบาย Lay’s introduces “Crispy Subtitles”: the first plug-in that adds subtitles exactly at the moment you start eating crisps.
ขนาดไฟล์ 1.98 MB
จำนวนการติดตั้ง 2,225
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-05
วันที่เผยแพร่ 2021-01-17
คะแนน 4.68/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา BLISS
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crispy Subtitles from Lay\u2019s",
    "version": "1.0",
    "description": "Lay\u2019s introduces \u201cCrispy Subtitles\u201d: the first plug-in that adds subtitles exactly at the moment you start eating crisps.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "crisp_pattern.png",
        "logo.png",
        "model\/model.json",
        "model\/group1-shard1of1.bin",
        "model\/group1-shard1of2.bin",
        "model\/group1-shard1of3.bin",
        "model\/group1-shard2of2.bin",
        "model\/group1-shard2of3.bin",
        "model\/group1-shard3of3.bin",
        "fonts\/Lays-Bold.woff2",
        "fonts\/Lays-Medium.woff2"
    ],
    "manifest_version": 2
}