HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

HYS BETAคืออะไร?

HYS BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hideshorts.com และคุณลักษณะหลักของมันคือ "Disable YouTube Shorts effortlessly with this powerful browser extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HYS BETA

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

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

                        THIS EXTENSION IS FOR BETA TESTING

This is a beta release of the Hide YouTube Shorts extension. It is intended for testing purposes and may contain bugs or unexpected behavior. We appreciate your feedback and reports of any issues encountered during your experience with this beta version. Your valuable input will help us improve and refine the final release.

If you are looking for the stable release you can find it here https://chrome.google.com/webstore/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih

Bug reports can be submitted via either of the links below:
• https://github.com/probablyraging/hide-youtube-shorts/issues/new/choose
• https://discord.gg/HrhzwdB82j                    

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

ชื่อ HYS BETA HYS BETA
ID mefpaebipddmdknlplfakgdoiajiifmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hys-beta/mefpaebipddmdknlplfakgdoiajiifmg
คำอธิบาย Disable YouTube Shorts effortlessly with this powerful browser extension
ขนาดไฟล์ 302 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-06-24
วันที่เผยแพร่ 2023-06-22
ผู้พัฒนา http://hideshorts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hideshorts.com
URL หน้าช่วยเหลือ https://discord.com/invite/HrhzwdB82j
ภาษาที่รองรับ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYS BETA",
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}