Letterboxd on Netflix

Letterboxd Ratings embedded in Netflix cards

Letterboxd on Netflixคืออะไร?

Letterboxd on Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Letterboxd Extension และคุณลักษณะหลักของมันคือ "Letterboxd Ratings embedded in Netflix cards"

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

screenshot

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

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

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

                        This extension shows Letterboxd ratings for Netflix films in the title card that appears when a Netflix user hovers over a film with their mouse.                    

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

ชื่อ Letterboxd on Netflix Letterboxd on Netflix
ID hefhhfjgeiihgbefockfepdcpipnolpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/letterboxd-on-netflix/hefhhfjgeiihgbefockfepdcpipnolpo
คำอธิบาย Letterboxd Ratings embedded in Netflix cards
ขนาดไฟล์ 58.54 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2022-10-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Letterboxd Extension
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Letterboxd on Netflix",
    "description": "Letterboxd Ratings embedded in Netflix cards",
    "version": "0.1",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/boxd-logo-dark-trans.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.letterboxd.com\/*",
        "https:\/\/letterboxd.com\/*",
        "https:\/\/netflix.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}