メン限動画プレイリストView

Youtubeチャンネルのメンバーシップ限定動画一覧(再生リスト)を表示します

メン限動画プレイリストViewคืออะไร?

メン限動画プレイリストView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atarume78 และคุณลักษณะหลักของมันคือ "Youtubeチャンネルのメンバーシップ限定動画一覧(再生リスト)を表示します"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย メン限動画プレイリストView

ดาวน์โหลดไฟล์ส่วนขยาย メン限動画プレイリストView ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        任意のYoutubeチャンネルのメンバーシップ限定動画がまとめられたプレイリストを表示するChrome拡張です。

# 本拡張機能の使い方
- プレイリストを表示したいYoutubeチャンネルのページで本拡張機能を実行(拡張機能をピン止めしておくと楽です。)

# 注意
- メンバーシップ限定動画の視聴は適切なメンバーシップに加入する必要があります。


This is a Chrome extension that displays a playlist of membership-only videos from any Youtube channel.

# How to use
- Click the extension on the channel page (it is easier to pin the extension)

# Attention.
- You must subscribe to the appropriate membership to view membership-only videos.

Translated with www.DeepL.com/Translator (free version)

# UPDATE
v1.1.1 バグを修正
v1.1.0 manifest v3に対応
v.1.0.0 公開                    

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

ชื่อ メン限動画プレイリストView メン限動画プレイリストView
ID alipjbeolhembeklphfcehbkgncdlnom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%B3%E9%99%90%E5%8B%95%E7%94%BB%E3%83%97%E3%83%AC%E3%82%A4%E3%83%AA%E3%82%B9%E3%83%88view/alipjbeolhembeklphfcehbkgncdlnom
คำอธิบาย Youtubeチャンネルのメンバーシップ限定動画一覧(再生リスト)を表示します
ขนาดไฟล์ 12.33 KB
จำนวนการติดตั้ง 2,104
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-05-14
วันที่เผยแพร่ 2021-12-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา atarume78
อีเมล atarume78@gmail.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/atarm/yt-member-playlist-view
URL หน้าช่วยเหลือ https://twitter.com/atarmser
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30e1\u30f3\u9650\u52d5\u753b\u30d7\u30ec\u30a4\u30ea\u30b9\u30c8View",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "Youtube\u30c1\u30e3\u30f3\u30cd\u30eb\u306e\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7\u9650\u5b9a\u52d5\u753b\u4e00\u89a7(\u518d\u751f\u30ea\u30b9\u30c8)\u3092\u8868\u793a\u3057\u307e\u3059",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "\u30e1\u30f3\u30d0\u30fc\u9650\u5b9a\u52d5\u753b\u518d\u751f\u30ea\u30b9\u30c8\u3092\u958b\u304f"
    },
    "background": {
        "service_worker": "content.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "openMemberVideoList.js"
            ]
        }
    ]
}