Letterboxd Metacritic Addon
Adds Metacritic features to Letterboxd.com
什麼是Letterboxd Metacritic Addon?
Letterboxd Metacritic Addon是由WilliamWelsh開發的Chrome擴展程式,該擴展的主要功能是“Adds Metacritic features to Letterboxd.com”。
擴展截圖
下載Letterboxd Metacritic Addon擴展crx文件
下載Letterboxd Metacritic Addon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd.
擴展基本資訊
名稱 | Letterboxd Metacritic Addon |
ID | gkfbajagaabdkcihefomfmgjkdgkgdck |
官方網址 | 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" } ] } |