MyShows Recent

Quickly and easily manage the list of your shows

Vad är MyShows Recent?

MyShows Recent är en Chrome-tillägg utvecklad av kraigo, och dess huvudfunktion är "Quickly and easily manage the list of your shows".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner MyShows Recent-förlängningens CRX-fil

Ladda ner MyShows Recent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
Officiell webbadress https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Beskrivning Quickly and easily manage the list of your shows
Filstorlek 73.56 KB
Antal Installationer 841
Aktuell Version 2.1.3
Senast Uppdaterad 2022-09-06
Publiceringsdatum 2019-02-03
Betyg 4.37/5 Totalt 82 Betyg
Utvecklare kraigo
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}