Letterboxd Movie Assistant

Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant

Qu'est-ce que Letterboxd Movie Assistant ?

Letterboxd Movie Assistant est une extension Chrome développée par ludovicodigital, et sa fonction principale est "Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Letterboxd Movie Assistant

Téléchargez les fichiers d'extension Letterboxd Movie Assistant 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

                        Adds an icon in the address bar that comes up on Imdb and Rotten Tomatoes film pages. By pressing this icon a new tab will open that goes to the letterboxd film page.

*Note: This extension is not made by the letterboxd team but someone who is a big fan of their site!

Update 4/17/15 - Fixed the bug with Rotten Tomatoes so its now working again from there!
Update 1/13/19 - Extension still works for IMDB but no longer works with Rotten Tomatoes since they removed their public API.                    

Informations de Base sur l'Extension

Nom Letterboxd Movie Assistant Letterboxd Movie Assistant
ID dlicmihnogpoemhcegbnhbmncbkoidjo
URL Officiel https://chromewebstore.google.com/detail/letterboxd-movie-assistan/dlicmihnogpoemhcegbnhbmncbkoidjo
Description Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant
Taille du Fichier 127 KB
Nombre d'Installations 2,103
Version Actuelle 0.2
Dernière Mise à Jour 2019-01-14
Date de Publication 2019-01-13
Évaluation 4.54/5 Total 24 Évaluations
Développeur ludovicodigital
Type de Paiement free
Site Web de l'Extension http://letterboxd.com/tcrosini/
URL de la Page d'Aide http://letterboxd.com/tcrosini/list/letterboxd-movie-assistant-chrome-extension/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Movie Assistant",
    "version": "0.2",
    "description": "Shows a page action for imdb\/rotten tomatoes film pages to go to the letterboxd equivalant",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Go to this films letterboxd page!"
    },
    "permissions": [
        "tabs",
        "http:\/\/api.rottentomatoes.com\/api\/public\/v1.0*",
        "http:\/\/www.rottentomatoes.com\/*",
        "http:\/\/www.imdb.com\/*",
        "http:\/\/letterboxd.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}