Remove YouTube Shorts

讓原本習慣點訂閱內容的人不要誤點Shorts

ما هو Remove YouTube Shorts؟

Remove YouTube Shorts هو إضافة Chrome تم تطويرها بواسطة fankaihsiang11، والميزة الرئيسية لها هي "讓原本習慣點訂閱內容的人不要誤點Shorts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Remove YouTube Shorts

قم بتنزيل ملفات الامتداد Remove YouTube Shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hide YouTube Shorts Link so that user used to click subscriptions don't miss click Shorts.
把Shorts隱藏掉讓原本習慣點訂閱內容的人不要誤點Shorts。                    

معلومات أساسية عن التمديد

الاسم Remove YouTube Shorts Remove YouTube Shorts
ID mencefghapocgobfmhgblcofoopingbf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/remove-youtube-shorts/mencefghapocgobfmhgblcofoopingbf
الوصف 讓原本習慣點訂閱內容的人不要誤點Shorts
حجم الملف 26.95 KB
عدد التثبيتات 2,292
النسخة الحالية 1.0
آخر تحديث 2022-03-01
تاريخ النشر 2022-02-24
تقييم 3.72/5 مجموع تقييمات 29
المطور fankaihsiang11
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Shorts",
    "description": "\u8b93\u539f\u672c\u7fd2\u6163\u9ede\u8a02\u95b1\u5167\u5bb9\u7684\u4eba\u4e0d\u8981\u8aa4\u9edeShorts",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "removeShorts.css"
            ]
        }
    ]
}