Chronicle for YouTube

YouTube playlists made simple

What is Chronicle for YouTube?

Chronicle for YouTube is a Chrome extension developed by Kostas K., and its main feature is "YouTube playlists made simple".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chronicle for YouTube Extension CRX File

Download Chronicle for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chronicle for YouTube Chronicle for YouTube
ID mmjiklhkmelmcndgghbkfknilhidphdb
Official URL https://chromewebstore.google.com/detail/chronicle-for-youtube/mmjiklhkmelmcndgghbkfknilhidphdb
Description YouTube playlists made simple
File Size 721 KB
Installation Count 1,022
Current Version 1.5
Last Updated 2021-01-10
Publish Date 2020-02-26
Rating 4.32/5 Total 31 Ratings
Developer Kostas K.
Email [email protected]
Payment Type free
Supported Languages 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
    }
}