Letterboxd Rotten Tomatoes Addon

Adds Rotten Tomatoes features to Letterboxd.com

什么是Letterboxd Rotten Tomatoes Addon?

Letterboxd Rotten Tomatoes Addon是由WilliamWelsh开发的Chrome扩展程序,该扩展的主要功能是“Adds Rotten Tomatoes features to Letterboxd.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Letterboxd Rotten Tomatoes Addon扩展crx文件

下载Letterboxd Rotten Tomatoes Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages.                    

扩展基本信息

名称 Letterboxd Rotten Tomatoes Addon Letterboxd Rotten Tomatoes Addon
ID gbagfhlcandjadfocmenciejcgncjmfd
官方URL https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd
简介 Adds Rotten Tomatoes features to Letterboxd.com
文件大小 22.73 KB
安装次数 283
当前版本 1.9
更新时间 2019-01-22
上架时间 2019-01-21
评分 3.60/5 共10次评分
开发者 WilliamWelsh
付费类型 free
扩展官网 https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
帮助页面URL https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Rotten Tomatoes Addon",
    "version": "1.9",
    "description": "Adds Rotten Tomatoes features to Letterboxd.com",
    "permissions": [
        "https:\/\/www.omdbapi.com\/*",
        "https:\/\/www.rottentomatoes.com\/m\/*"
    ],
    "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"
        }
    ]
}