Search RARBG Torrents by IMDB ID

Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie

O que é Search RARBG Torrents by IMDB ID?

Search RARBG Torrents by IMDB ID é uma extensão do Chrome desenvolvida por rluvaton, e sua principal característica é "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search RARBG Torrents by IMDB ID

Baixe arquivos de extensão Search RARBG Torrents by IMDB ID 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

                        With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID                    

Informações Básicas da Extensão

Nome Search RARBG Torrents by IMDB ID Search RARBG Torrents by IMDB ID
ID imfeamfamnblnbdjpilngedmmlpemfne
URL Oficial https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne
Descrição Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Tamanho do Arquivo 27.3 KB
Contagem de Instalações 172
Versão Atual 0.0.2
Última Atualização 2020-06-09
Data de Publicação 2020-06-07
Desenvolvedor rluvaton
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rluvaton/search-rarbg-by-imdb-id
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "https:\/\/rarbgto.org\/*",
        "https:\/\/rarbgtor.org\/*",
        "*:\/\/api.themoviedb.org\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    }
}