Aljazeera Auto Player

My Chrome Extension

Aljazeera Auto Playerคืออะไร?

Aljazeera Auto Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย El Hady Tolba และคุณลักษณะหลักของมันคือ "My Chrome Extension"

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

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

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

                        Aljazeera auto play                    

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

ชื่อ Aljazeera Auto Player Aljazeera Auto Player
ID ihpneemlkobienmfffilkhhfnfdjoncj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/aljazeera-auto-player/ihpneemlkobienmfffilkhhfnfdjoncj
คำอธิบาย My Chrome Extension
ขนาดไฟล์ 9.89 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.21
อัปเดตครั้งล่าสุด 2013-09-22
วันที่เผยแพร่ 2013-09-22
ผู้พัฒนา El Hady Tolba
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.21",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.aljazeera.net\/livestreaming\/pages"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}