Chronicle for YouTube

YouTube playlists made simple

什么是Chronicle for YouTube?

Chronicle for YouTube是由Kostas K.开发的Chrome扩展程序,该扩展的主要功能是“YouTube playlists made simple”。

扩展截图

screenshot
screenshot
screenshot

下载Chronicle for YouTube扩展crx文件

下载Chronicle for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chronicle for YouTube Chronicle for YouTube
ID mmjiklhkmelmcndgghbkfknilhidphdb
官方URL https://chromewebstore.google.com/detail/chronicle-for-youtube/mmjiklhkmelmcndgghbkfknilhidphdb
简介 YouTube playlists made simple
文件大小 721 KB
安装次数 1,022
当前版本 1.5
更新时间 2021-01-10
上架时间 2020-02-26
评分 4.32/5 共31次评分
开发者 Kostas K.
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}