AvJuicy Plugin

It converts all embeded videos to native player format.

AvJuicy Pluginคืออะไร?

AvJuicy Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dirtypetter และคุณลักษณะหลักของมันคือ "It converts all embeded videos to native player format."

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

screenshot
screenshot

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

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

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

                        此應用程式可去除avjuicy.com影片的廣告,並切換為原生影片播放器,大大提高用戶體驗。
It converts all embeded videos in avjuicy.com into native video player format.(for: avjuicy.com)                    

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

ชื่อ AvJuicy Plugin AvJuicy Plugin
ID mnbcgpppofgjgpgeppkajimgneblhkej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avjuicy-plugin/mnbcgpppofgjgpgeppkajimgneblhkej
คำอธิบาย It converts all embeded videos to native player format.
ขนาดไฟล์ 15.46 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2018-07-30
วันที่เผยแพร่ 2018-07-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dirtypetter
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AvJuicy Plugin",
    "description": "It converts all embeded videos to native player format.",
    "version": "1.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "execute.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "sub.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}