Letterboxd on Netflix

Letterboxd Ratings embedded in Netflix cards

Letterboxd on Netflix란 무엇입니까?

Letterboxd on Netflix은(는) Letterboxd Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Letterboxd Ratings embedded in Netflix cards"입니다.

확장 프로그램 스크린샷

screenshot

Letterboxd on Netflix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}