Suberflix

Add Subtitles To Streaming Movies And Series

Suberflixคืออะไร?

Suberflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://suberflix.com และคุณลักษณะหลักของมันคือ "Add Subtitles To Streaming Movies And Series"

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

screenshot

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

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

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

                        Suberflix allows you to add subtitles in any language to your favorite online movies. 
Also compatible with Netflix!                    

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

ชื่อ Suberflix Suberflix
ID lbbbhedjbckmeifebijaidgiccifohfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/suberflix/lbbbhedjbckmeifebijaidgiccifohfd
คำอธิบาย Add Subtitles To Streaming Movies And Series
ขนาดไฟล์ 524 KB
จำนวนการติดตั้ง 1,670
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2020-04-02
วันที่เผยแพร่ 2020-04-01
คะแนน 3.47/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://suberflix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://suberflix.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Suberflix",
    "description": "Add Subtitles To Streaming Movies And Series",
    "version": "2.0.3",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        ""
    ],
    "web_accessible_resources": [
        "js\/search.js",
        "search.html",
        "settings.html"
    ]
}