YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
YouTube™ Redirectorคืออะไร?
YouTube™ Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mrkannah.com และคุณลักษณะหลักของมันคือ "Automatically redirects logged in users to the subscriptions page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Redirector
ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that redirects logged in users from the youtube homepage to their subscriptions page. To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube™ Redirector |
ID | fnlklbjlpkkdnelohembgpdahpfpfcbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp |
คำอธิบาย | Automatically redirects logged in users to the subscriptions page. |
ขนาดไฟล์ | 44.4 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2017-10-18 |
วันที่เผยแพร่ | 2017-10-17 |
คะแนน | 2.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://mrkannah.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Redirector", "version": "2.2.0", "description": "Automatically redirects logged in users to the subscriptions page.", "background": { "scripts": [ "scripts\/raven.min.js", "background.js" ] }, "page_action": { "default_icon": "icons\/off-48.png", "default_title": "YouTube Redirector", "default_popup": "popUp\/popUp.html" }, "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "identity", "*:\/\/*.youtube.com\/*" ], "homepage_url": "http:\/\/mrkannah.com\/", "manifest_version": 2 } |