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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |