Netflix + CSFD
Netflix extension adds a button within each movie detail to show information about ČSFD rating...
Netflix + CSFDคืออะไร?
Netflix + CSFD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bartholomej และคุณลักษณะหลักของมันคือ "Netflix extension adds a button within each movie detail to show information about ČSFD rating..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix + CSFD
ดาวน์โหลดไฟล์ส่วนขยาย Netflix + CSFD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple web extension for Netflix which adds a button within each movie detail to show information about ČSFD rating...
This is unofficial, experimental, made for fun and it has nothing to do with Netflix and ČSFD ❤️ itself ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eomgekccbddnlpmehgdjmlphndjgnlni |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-+-csfd/eomgekccbddnlpmehgdjmlphndjgnlni |
| คำอธิบาย | Netflix extension adds a button within each movie detail to show information about ČSFD rating... |
| ขนาดไฟล์ | 133 KB |
| จำนวนการติดตั้ง | 76 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2023-02-06 |
| วันที่เผยแพร่ | 2023-02-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | bartholomej |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/bartholomej/netflix-csfd-ext |
| URL หน้าช่วยเหลือ | https://github.com/bartholomej/netflix-csfd-ext/issues/ |
| ภาษาที่รองรับ | en,cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "netflix-csfd-ext",
"author": "bartholomej",
"icons": {
"16": "src\/assets\/logo-16.png",
"32": "src\/assets\/logo-32.png",
"128": "src\/assets\/logo-128.png"
},
"version": "0.0.1.0",
"version_name": "0.0.1",
"host_permissions": [
"https:\/\/www.csfd.cz\/"
],
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-62dafd0b.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/www.netflix.com\/*"
],
"css": [
"assets\/content-59a61083.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"manifest_version": 3,
"permissions": [
"tabs"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"resources": [
"assets\/content.tsx-0048f7e8.js"
],
"use_dynamic_url": true
}
]
} | |