MyShows Recent

Quickly and easily manage the list of your shows

Cos'è MyShows Recent?

MyShows Recent è un'estensione di Chrome sviluppata da kraigo, e la sua funzione principale è "Quickly and easily manage the list of your shows".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MyShows Recent

Scarica i file di estensione MyShows Recent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
URL Ufficiale https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Descrizione Quickly and easily manage the list of your shows
Dimensione del File 73.56 KB
Conteggio Installazioni 841
Versione Corrente 2.1.3
Ultimo Aggiornamento 2022-09-06
Data di Pubblicazione 2019-02-03
Valutazione 4.37/5 Totale 82 Valutazioni
Sviluppatore kraigo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}