Chronicle for YouTube

YouTube playlists made simple

Vad är Chronicle for YouTube?

Chronicle for YouTube är en Chrome-tillägg utvecklad av Kostas K., och dess huvudfunktion är "YouTube playlists made simple".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Chronicle for YouTube-förlängningens CRX-fil

Ladda ner Chronicle for YouTube-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

                        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.                    

Grundläggande Information om Tillägg

Namn Chronicle for YouTube Chronicle for YouTube
ID mmjiklhkmelmcndgghbkfknilhidphdb
Officiell webbadress https://chromewebstore.google.com/detail/chronicle-for-youtube/mmjiklhkmelmcndgghbkfknilhidphdb
Beskrivning YouTube playlists made simple
Filstorlek 721 KB
Antal Installationer 1,022
Aktuell Version 1.5
Senast Uppdaterad 2021-01-10
Publiceringsdatum 2020-02-26
Betyg 4.32/5 Totalt 31 Betyg
Utvecklare Kostas K.
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}