MyShows Recent

Quickly and easily manage the list of your shows

Was ist MyShows Recent?

MyShows Recent ist eine Chrome-Erweiterung, die von kraigo entwickelt wurde, und ihr Hauptmerkmal ist "Quickly and easily manage the list of your shows".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MyShows Recent-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyShows Recent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
Offizielle URL https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Beschreibung Quickly and easily manage the list of your shows
Dateigröße 73.56 KB
Installationsanzahl 841
Aktuelle Version 2.1.3
Letztes Update 2022-09-06
Veröffentlichungsdatum 2019-02-03
Bewertung 4.37/5 Insgesamt 82 Bewertungen
Entwickler kraigo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}