Youtube Ultra Focus Mode

This YouTube Ultra Focus Mode extension removes unrelated suggestions and filter videos with provided keywords on YouTube.

Youtube Ultra Focus Modeคืออะไร?

Youtube Ultra Focus Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anuj Sharma และคุณลักษณะหลักของมันคือ "This YouTube Ultra Focus Mode extension removes unrelated suggestions and filter videos with provided keywords on YouTube."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Ultra Focus Mode

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

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

                        YouTube Ultra Focus Mode is a must-have productivity extension for YouTube viewers who wants distraction free experience. This extension saves your valuable time by condensing your YouTube suggestion videos as per your focus keyword mentioned as part of focus mode. It eliminate distractions from YouTube suggestion list. 

Generally YouTube viewers searched videos to learn some topic, but YouTube started giving tempting suggestions on the basis of your previous search history and your watching pattern. Most of the time viewers end up watching videos which are not related to their initial plan when they started and loose so much time.

When ultra focus mode started then this extension eliminates your unrelated suggestions from suggestion list generated by YouTube which are main reason of distraction and always shows you suggestions which are mostly related to your focus keyword.

This extension is applied focus keyword to suggestion list to all the YouTube tabs. Focus can be stopped by clicking on stop focus button on extension and it immediately stops hiding unrelated suggestions and viewers can start getting all the suggestions in the suggestion list by YouTube.                    

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

ชื่อ Youtube Ultra Focus Mode Youtube Ultra Focus Mode
ID ogbodhhmdhhbfoidbgafnnikkangfebe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ultra-focus-mode/ogbodhhmdhhbfoidbgafnnikkangfebe
คำอธิบาย This YouTube Ultra Focus Mode extension removes unrelated suggestions and filter videos with provided keywords on YouTube.
ขนาดไฟล์ 14.83 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.0 beta
อัปเดตครั้งล่าสุด 2023-02-10
วันที่เผยแพร่ 2023-02-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Anuj Sharma
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/4455c971-d025-4c6d-92e4-bbcd5cb58cd0
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Ultra Focus Mode",
    "short_name": "YT Ultra Focus",
    "version": "1.0.0",
    "version_name": "1.0.0 beta",
    "description": "This YouTube Ultra Focus Mode extension removes unrelated suggestions and filter videos with provided keywords on YouTube.",
    "author": "Anuj Sharma ([email protected])",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "48": "assets\/icons\/icon32.png",
        "32": "assets\/icons\/icon32.png",
        "16": "assets\/icons\/icon16.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon32.png",
        "default_popup": "popup\/extension_popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}