Chronicle for YouTube

YouTube playlists made simple

Qu'est-ce que Chronicle for YouTube ?

Chronicle for YouTube est une extension Chrome développée par Kostas K., et sa fonction principale est "YouTube playlists made simple".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chronicle for YouTube

Téléchargez les fichiers d'extension Chronicle for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chronicle for YouTube Chronicle for YouTube
ID mmjiklhkmelmcndgghbkfknilhidphdb
URL Officiel https://chromewebstore.google.com/detail/chronicle-for-youtube/mmjiklhkmelmcndgghbkfknilhidphdb
Description YouTube playlists made simple
Taille du Fichier 721 KB
Nombre d'Installations 1,022
Version Actuelle 1.5
Dernière Mise à Jour 2021-01-10
Date de Publication 2020-02-26
Évaluation 4.32/5 Total 31 Évaluations
Développeur Kostas K.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}