YouTube Experience Enhancer

Enables You to have a Current Playlist While Playing YouTube

YouTube Experience Enhancerคืออะไร?

YouTube Experience Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://baithaki.com และคุณลักษณะหลักของมันคือ "Enables You to have a Current Playlist While Playing YouTube"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Experience Enhancer

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

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

                        Binging on YouTube videos? 

Don’t’ like what YouTube recommends in autoplay?
 
Bored of watching the same media on your playlist over and over? 

Got a theme in mind or a set of videos you’d definitely want to watch just that one time-
fret no more, 
we’ve got you covered. Now create a current playlist using YouTube Experience Enhancer.

View the Video for details as to how to use : https://youtu.be/l9f-ga9hmGY

This is what YouTube Experience Enhancer has to offer-
	• Stackup youtube media on the fly
	• Consolidate and order in videos into a volatile ‘current playlist’ that maps to your current mood
	• Sit back, enjoy & redo!
 

At present website is hosted here (for demo) : http://baithaki.com/
 
YouTube doesn't have the concept of current playlist. 
One either has to listen to autoplay or choose a new song each time the previous song ends  
or create a permanent playlist every time.

For any queries bugs etc drop me an email: [email protected]                    

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

ชื่อ YouTube Experience Enhancer YouTube Experience Enhancer
ID pcddanbgknjmmnbcddgncpigdchgihlo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-experience-enhanc/pcddanbgknjmmnbcddgncpigdchgihlo
คำอธิบาย Enables You to have a Current Playlist While Playing YouTube
ขนาดไฟล์ 76.85 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 3.06
อัปเดตครั้งล่าสุด 2018-08-29
วันที่เผยแพร่ 2018-08-28
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://baithaki.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Experience Enhancer",
    "author": "Prashant Priyadarshi",
    "description": "Enables You to have a Current Playlist While Playing YouTube",
    "version": "3.06",
    "manifest_version": 2,
    "icons": {
        "25": "images\/youtube\/4.PNG",
        "48": "images\/youtube\/4.PNG"
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/baithaki.com\/*",
        "*:\/\/localhost\/*",
        "contextMenus",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/baithaki.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "20": "images\/youtube\/4.PNG",
            "40": "images\/youtube\/4.PNG"
        },
        "default_title": "YouTube Experience Enhancer",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/listener.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    }
}