Letterboxd x Google
Adding a Letterboxd link next to imdb Google search results lol
What is Letterboxd x Google?
Letterboxd x Google is a Chrome extension developed by taox, and its main feature is "Adding a Letterboxd link next to imdb Google search results lol".
Extension Screenshots
Download Letterboxd x Google Extension CRX File
Download Letterboxd x Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fpbbmjgcejcadoofkdpcejajlgbmflgp |
Official URL | https://chromewebstore.google.com/detail/letterboxd-x-google/fpbbmjgcejcadoofkdpcejajlgbmflgp |
Description | Adding a Letterboxd link next to imdb Google search results lol |
File Size | 22.82 KB |
Installation Count | 90 |
Current Version | 0.0.1 |
Last Updated | 2023-02-13 |
Publish Date | 2023-02-12 |
Rating | 2.00/5 Total 1 Ratings |
Developer | taox |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |