Series Tracker

This extension lets you to get last episode of a series you watched by searching among the history.

Co je Series Tracker?

Series Tracker je rozšíření Chrome vyvinuté Bahadir Tasdemir, a jeho hlavní funkcí je „This extension lets you to get last episode of a series you watched by searching among the history.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Series Tracker

Stáhněte si soubory rozšíření Series Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Series Tracker lets user to search among chrome history to find last episode of a series to watch the next one.                    

Základní Informace o Rozšíření

Název Series Tracker Series Tracker
ID ndoljhbnakbjdfjihamngbjfidgdjcan
Oficiální URL https://chromewebstore.google.com/detail/series-tracker/ndoljhbnakbjdfjihamngbjfidgdjcan
Popis This extension lets you to get last episode of a series you watched by searching among the history.
Velikost souboru 98.34 KB
Počet instalací 125
Aktuální Verze 1.0.4
Poslední Aktualizace 2020-05-15
Datum Vydání 2020-05-15
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář Bahadir Tasdemir
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.btasdemir.com/html/privacypolicy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Series Tracker",
    "description": "This extension lets you to get last episode of a series you watched by searching among the history.",
    "version": "1.0.4",
    "permissions": [
        "history",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Search your series' last episode!"
    }
}