YouTube No Scroll For Details

Just remove the scroll for details from YouTube.

YouTube No Scroll For Detailsคืออะไร?

YouTube No Scroll For Details เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hempe และคุณลักษณะหลักของมันคือ "Just remove the scroll for details from YouTube."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube No Scroll For Details

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

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

                        Chrome extension to just remove the "scroll for details" feature from YouTube.                    

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

ชื่อ YouTube No Scroll For Details YouTube No Scroll For Details
ID hfkjahglikjilgkjofapdkdboikoobfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg
คำอธิบาย Just remove the scroll for details from YouTube.
ขนาดไฟล์ 41.41 KB
จำนวนการติดตั้ง 2,794
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-10-25
วันที่เผยแพร่ 2020-06-01
คะแนน 4.81/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา Hempe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hempe/youtubeNoScrollForDetails
URL หน้านโยบายความเป็นส่วนตัว https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Scroll For Details",
    "version": "1.5",
    "description": "Just remove the scroll for details from YouTube.",
    "homepage_url": "https:\/\/github.com\/hempe\/youtubeNoScrollForDetails",
    "author": "hempe",
    "short_name": "youtubeNoScrollForDetails",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    }
}