Letterboxd Movie Assistant

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

O que é Letterboxd Movie Assistant?

Letterboxd Movie Assistant é uma extensão do Chrome desenvolvida por ludovicodigital, e sua principal característica é "Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Letterboxd Movie Assistant

Baixe arquivos de extensão Letterboxd Movie Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Letterboxd Movie Assistant Letterboxd Movie Assistant
ID dlicmihnogpoemhcegbnhbmncbkoidjo
URL Oficial https://chromewebstore.google.com/detail/letterboxd-movie-assistan/dlicmihnogpoemhcegbnhbmncbkoidjo
Descrição Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant
Tamanho do Arquivo 127 KB
Contagem de Instalações 2,103
Versão Atual 0.2
Última Atualização 2019-01-14
Data de Publicação 2019-01-13
Classificação 4.54/5 Total de 24 Avaliações
Desenvolvedor ludovicodigital
Tipo de Pagamento free
Site da Extensão http://letterboxd.com/tcrosini/
URL da Página de Ajuda http://letterboxd.com/tcrosini/list/letterboxd-movie-assistant-chrome-extension/
Idiomas Suportados 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"
    }
}