Youtube Steer

Steer Youtube videos from any tab and window.

Youtube Steerคืออะไร?

Youtube Steer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sandeep Sharma และคุณลักษณะหลักของมันคือ "Steer Youtube videos from any tab and window."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        No more windows/tabs switching to watch youtube videos, download the latest Youtube Steer extension and Youtube Popout from https://sandeep-12.github.io/ to boost your productivity at work.

Remember the popout option will work only if you have installed Youtube popout on your system.

Play a video, you fell in love with, again and again and again...

* Now control your youtube videos from any tab and any window.
* Allows you to play, pause any youtube video from any tab, also you can close the tab playing youtube video without switching tabs.
* Youtube Steer lets you play a video repeatedly without you having to manually replay it. Just play a video, press the replay button and go on about your work.
* To not to make you search for your favourite videos youtube steer allows you to save video links and one click access to them. 
* You can do a lot more with Youtube Steer,just watch out for updates.                    

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

ชื่อ Youtube Steer Youtube Steer
ID hljaeldobhcieiibiebpgnobmppefdle
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-steer/hljaeldobhcieiibiebpgnobmppefdle
คำอธิบาย Steer Youtube videos from any tab and window.
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 6.5
อัปเดตครั้งล่าสุด 2018-04-25
วันที่เผยแพร่ 2018-04-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Sandeep Sharma
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sandeep Sharma",
    "manifest_version": 2,
    "name": "Youtube Steer",
    "description": "Steer Youtube videos from any tab and window.",
    "version": "6.5",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "icons": {
        "128": "drawables\/youtubeSteerIcon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "back.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "drawables\/icon.png",
        "default_popup": "popup.html"
    }
}