ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

ShortsBlocker - Remove Shorts from YouTubeคืออะไร?

ShortsBlocker - Remove Shorts from YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SageMod และคุณลักษณะหลักของมันคือ "Remove Shorts videos from Youtube"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShortsBlocker - Remove Shorts from YouTube

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

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

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

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

ชื่อ ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
คำอธิบาย Remove Shorts videos from Youtube
ขนาดไฟล์ 413 KB
จำนวนการติดตั้ง 34,422
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2022-08-16
คะแนน 4.60/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา SageMod
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ravensmove.com/shortsblocker/
URL หน้าช่วยเหลือ https://twitter.com/RavensMove
URL หน้านโยบายความเป็นส่วนตัว https://ravensmove.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}