Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Youtube Subscriptions Homescreenคืออะไร?

Youtube Subscriptions Homescreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kiricon.net และคุณลักษณะหลักของมันคือ "Makes your subscriptions your homepage."

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

screenshot

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

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

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

                        This extension, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. 

YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!                    

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

ชื่อ Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
คำอธิบาย Makes your subscriptions your homepage.
ขนาดไฟล์ 11.99 KB
จำนวนการติดตั้ง 810
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-09-16
วันที่เผยแพร่ 2014-09-16
คะแนน 4.78/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://kiricon.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kiricon.net
URL หน้าช่วยเหลือ http://kiricon.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Makes your subscriptions your homepage.",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Youtube Subscriptions Homescreen",
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}