MyShows Recent

Quickly and easily manage the list of your shows

O que é MyShows Recent?

MyShows Recent é uma extensão do Chrome desenvolvida por kraigo, e sua principal característica é "Quickly and easily manage the list of your shows".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyShows Recent

Baixe arquivos de extensão MyShows Recent 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

                        Convenient plug-in for quick access to you shows

MyShows Recent:
- List of latest TV shows
- Mark the watched episodes
- Lock important series
- Add your own resources                    

Informações Básicas da Extensão

Nome MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
URL Oficial https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Descrição Quickly and easily manage the list of your shows
Tamanho do Arquivo 73.56 KB
Contagem de Instalações 841
Versão Atual 2.1.3
Última Atualização 2022-09-06
Data de Publicação 2019-02-03
Classificação 4.37/5 Total de 82 Avaliações
Desenvolvedor kraigo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.3",
    "default_locale": "ru",
    "author": "Kraigo",
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/api.myshows.me\/",
        "https:\/\/media.myshows.me\/",
        "https:\/\/myshows.me\/",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}