Youtube Channel Forwarder

Forwards all YouTube channel Home pages to their Videos page.

Youtube Channel Forwarderคืออะไร?

Youtube Channel Forwarder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย av6825 และคุณลักษณะหลักของมันคือ "Forwards all YouTube channel Home pages to their Videos page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Channel Forwarder

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

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

                        Youtube Channel Forwarder is a tiny app that forwards all youtube links to a channel's Home page to their Videos page. I created this app for myself because I hate being directed to the youtube channel Home page which usually includes an autoplaying video that I don't want to see.                    

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

ชื่อ Youtube Channel Forwarder Youtube Channel Forwarder
ID pdokfmojfabmldekcoopfbfgfcahahab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab
คำอธิบาย Forwards all YouTube channel Home pages to their Videos page.
ขนาดไฟล์ 14.61 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-06-30
วันที่เผยแพร่ 2018-08-19
ผู้พัฒนา av6825
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Channel Forwarder",
    "version": "1.3",
    "description": "Forwards all YouTube channel Home pages to their Videos page.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Youtube Channel Forwarder"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}