Letterboxd x Google
Adding a Letterboxd link next to imdb Google search results lol
Qu'est-ce que Letterboxd x Google ?
Letterboxd x Google est une extension Chrome développée par taox, et sa fonction principale est "Adding a Letterboxd link next to imdb Google search results lol".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Letterboxd x Google
Téléchargez les fichiers d'extension Letterboxd x Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fpbbmjgcejcadoofkdpcejajlgbmflgp |
URL Officiel | https://chromewebstore.google.com/detail/letterboxd-x-google/fpbbmjgcejcadoofkdpcejajlgbmflgp |
Description | Adding a Letterboxd link next to imdb Google search results lol |
Taille du Fichier | 22.82 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-02-13 |
Date de Publication | 2023-02-12 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | taox |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |