Youtube RSS
This plugin adds the RSS button back to Youtube.
Youtube RSSคืออะไร?
Youtube RSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rtdegrandis และคุณลักษณะหลักของมันคือ "This plugin adds the RSS button back to Youtube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube RSS
ดาวน์โหลดไฟล์ส่วนขยาย Youtube RSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply add the extension to your browser, click the RSS button, and paste the link into your RSS Reader. The link is copied to the clipboard when clicked. Youtube occasionally changes how the site works, so if the plugin is broken PLEASE contact me and I can work on a fix. Or create an issue on github. If you have any issues, report them on the GitHub Repo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube RSS |
ID | cmkhdimgaondkfghelifknnpicdajeim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim |
คำอธิบาย | This plugin adds the RSS button back to Youtube. |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 516 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2022-10-31 |
วันที่เผยแพร่ | 2020-04-07 |
คะแนน | 3.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | rtdegrandis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://degrandis.github.io/Youtube-rss-chrome-plugin/ |
URL หน้าช่วยเหลือ | https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube RSS", "version": "1.0.7", "manifest_version": 3, "description": "This plugin adds the RSS button back to Youtube.", "homepage_url": "https:\/\/degrandis.github.io\/Youtube-rss-chrome-plugin\/", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/www.youtube.com\/watch?v=*" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery\/jquery-3.5.1.js", "src\/inject\/contentScript.js" ] } ] } |