Letterboxd x Google
Adding a Letterboxd link next to imdb Google search results lol
Was ist Letterboxd x Google?
Letterboxd x Google ist eine Chrome-Erweiterung, die von taox entwickelt wurde, und ihr Hauptmerkmal ist "Adding a Letterboxd link next to imdb Google search results lol".
Erweiterungsscreenshots
Letterboxd x Google-Erweiterungs-CRX-Datei herunterladen
Laden Sie Letterboxd x Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpbbmjgcejcadoofkdpcejajlgbmflgp |
Offizielle URL | https://chromewebstore.google.com/detail/letterboxd-x-google/fpbbmjgcejcadoofkdpcejajlgbmflgp |
Beschreibung | Adding a Letterboxd link next to imdb Google search results lol |
Dateigröße | 22.82 KB |
Installationsanzahl | 90 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2023-02-13 |
Veröffentlichungsdatum | 2023-02-12 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | taox |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |