MyShows Recent

Quickly and easily manage the list of your shows

Qu'est-ce que MyShows Recent ?

MyShows Recent est une extension Chrome développée par kraigo, et sa fonction principale est "Quickly and easily manage the list of your shows".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MyShows Recent

Téléchargez les fichiers d'extension MyShows Recent 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

                        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                    

Informations de Base sur l'Extension

Nom MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
URL Officiel https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Description Quickly and easily manage the list of your shows
Taille du Fichier 73.56 KB
Nombre d'Installations 841
Version Actuelle 2.1.3
Dernière Mise à Jour 2022-09-06
Date de Publication 2019-02-03
Évaluation 4.37/5 Total 82 Évaluations
Développeur kraigo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}