Letterboxd Metacritic Addon

Adds Metacritic features to Letterboxd.com

Letterboxd Metacritic Addon란 무엇입니까?

Letterboxd Metacritic Addon은(는) WilliamWelsh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Metacritic features to Letterboxd.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Letterboxd Metacritic Addon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd.                    

확장 프로그램 기본 정보

이름 Letterboxd Metacritic Addon Letterboxd Metacritic Addon
ID gkfbajagaabdkcihefomfmgjkdgkgdck
공식 URL https://chromewebstore.google.com/detail/letterboxd-metacritic-add/gkfbajagaabdkcihefomfmgjkdgkgdck
설명 Adds Metacritic features to Letterboxd.com
파일 크기 25.7 KB
설치 횟수 220
현재 버전 1.1
최근 업데이트 2019-01-15
출시 날짜 2019-01-15
평점 4.17/5 총 6 개의 평점
개발자 WilliamWelsh
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/WilliamWelsh
도움말 페이지 URL https://github.com/WilliamWelsh
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Metacritic Addon",
    "version": "1.1",
    "description": "Adds Metacritic features to Letterboxd.com",
    "permissions": [
        "https:\/\/www.omdbapi.com\/*",
        "https:\/\/www.imdb.com\/title\/tt0446029\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/film\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}