Letterboxd x Google

Adding a Letterboxd link next to imdb Google search results lol

什么是Letterboxd x Google?

Letterboxd x Google是由taox开发的Chrome扩展程序,该扩展的主要功能是“Adding a Letterboxd link next to imdb Google search results lol”。

扩展截图

screenshot

下载Letterboxd x Google扩展crx文件

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

扩展使用说明

                        Ever google a movie title in hopes of just immediately clicking a link to Letterboxd? Find yourself adding "letterboxd" to a every movie search? Yeah well, you and me both. This adds a Letterboxd link next to the IMDb result, because IMDb always has good SEO.                    

扩展基本信息

名称 Letterboxd x Google Letterboxd x Google
ID fpbbmjgcejcadoofkdpcejajlgbmflgp
官方URL https://chromewebstore.google.com/detail/letterboxd-x-google/fpbbmjgcejcadoofkdpcejajlgbmflgp
简介 Adding a Letterboxd link next to imdb Google search results lol
文件大小 22.82 KB
安装次数 90
当前版本 0.0.1
更新时间 2023-02-13
上架时间 2023-02-12
评分 2.00/5 共1次评分
开发者 taox
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd x Google",
    "version": "0.0.1",
    "description": "Adding a Letterboxd link next to imdb Google search results lol",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [],
    "permissions": [],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 3
}