Chronicle for YouTube

YouTube playlists made simple

Co je Chronicle for YouTube?

Chronicle for YouTube je rozšíření Chrome vyvinuté Kostas K., a jeho hlavní funkcí je „YouTube playlists made simple“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Chronicle for YouTube

Stáhněte si soubory rozšíření Chronicle for YouTube 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í

                        Create and edit real YouTube playlists on the fly without having to create an account or log in to your existing one.

Scan any web page online for the existence of YouTube videos and add them to your selected playlist.

Access your playlists at any point in time while browsing.

-- FEATURES --

• Create and Edit your Playlist (Name, Description, Image).

• Edit your Video (Position, Thumbnail).

• Preview your embedded Playlist / Video in the extension.

• Search for your Playlist / Video.

• Add a video to your selected playlist when on a YouTube video page (e.g. https://www.youtube.com/watch?v=jNQXAC9IVRw) with a click of a button.

• Add multiple videos to your selected playlist by scanning any web page online for the existence of YouTube videos.

• Play your Playlist / Video on YouTube (Open in Active Tab).

-- STORAGE --

• Create up to 200 playlists.

• Add up to 50 videos per playlist.

• Store up to 10000 YouTube videos in total.

-- DISCLAIMER --

Chronicle uses Google Analytics to track anonymous data in order to better understand which features users find most useful and subsequently improve user experience in future updates of the application.

If you wish to opt out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout to find out more.

-- GET IN TOUCH --

Facebook: http://www.facebook.com/chroniclechromeext

YouTube: http://www.youtube.com/channel/UCQFBd81DpVGiPrHBM_RKrhA

-- CHANGE LOG --

09/01/2021 - Version 1.5

• Fixed various bugs.

23/02/2020 - Version 1.4

• Fixed Bing search engine bug, which did not allow to scrape the page for YouTube video links.

03/02/2018 - Version 1.3

• Added "Add by YouTube video link" feature.

• Fixed popup error message CSS padding bug.

26/12/2017 - Version 1.2

• Added "Scanned Video Thumbnail" on hover functionality for Scan Page feature.

• Disabled "Scanned All" videos tick box when all scanned videos exist.

22/10/2017 - Version 1.1

• Added "Select All" videos functionality for Scan Page feature.

• Updated UI for all checkboxes.

• Minor CSS refactoring.

• Fixed scraping bugs.                    

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

Název Chronicle for YouTube Chronicle for YouTube
ID mmjiklhkmelmcndgghbkfknilhidphdb
Oficiální URL https://chromewebstore.google.com/detail/chronicle-for-youtube/mmjiklhkmelmcndgghbkfknilhidphdb
Popis YouTube playlists made simple
Velikost souboru 721 KB
Počet instalací 1,022
Aktuální Verze 1.5
Poslední Aktualizace 2021-01-10
Datum Vydání 2020-02-26
Hodnocení 4.32/5 Celkem 31 Hodnocení
Vývojář Kostas K.
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "name": "Chronicle for YouTube",
    "short_name": "Chronicle",
    "version": "1.5",
    "description": "YouTube playlists made simple",
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/128x128.png",
        "default_popup": "index.html",
        "default_title": "Chronicle"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}