Simple YouTube Homepage Search

Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.

Simple YouTube Homepage Searchคืออะไร?

Simple YouTube Homepage Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agency Enterprise และคุณลักษณะหลักของมันคือ "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple YouTube Homepage Search

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

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

                        Simple YouTube Homepage Search replaces the youtube home page, with a simple youtube search bar. Get rid of youtube home page distractions, focus on watching what really matters!                    

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

ชื่อ Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
คำอธิบาย Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
ขนาดไฟล์ 15.9 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-02-21
วันที่เผยแพร่ 2022-02-21
ผู้พัฒนา Agency Enterprise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ae.studio/random/simple-youtube-homepage-search
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple YouTube Homepage Search",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}