Browser Player

One controller for your internet video and music

Browser Playerคืออะไร?

Browser Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bfred.it และคุณลักษณะหลักของมันคือ "One controller for your internet video and music"

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

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

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

                        Control all your internet videos and music from a button.
Prevent overlapping music and video: this will only play one at a time.                    

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

ชื่อ Browser Player Browser Player
ID gngdbjfdljhcameljcapolcpijlefhib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/browser-player/gngdbjfdljhcameljcapolcpijlefhib
คำอธิบาย One controller for your internet video and music
ขนาดไฟล์ 42.44 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2015-06-24
วันที่เผยแพร่ 2015-06-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://bfred.it
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bfred-it/browser-player
URL หน้าช่วยเหลือ https://github.com/bfred-it/browser-player/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Player",
    "description": "One controller for your internet video and music",
    "version": "0.6.1",
    "background": {
        "scripts": [
            "functions.js",
            "init.js",
            "main.js",
            "controller.js",
            "button.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Nothing playing",
        "icon_credit": "http:\/\/www.flaticon.com\/authors\/freepik"
    },
    "permissions": [
        "tabs",
        ""
    ]
}