Smart Youtube Playlist (AutoFavorite)

Automatically suggests you and add the currently playing video to favorite-list!

什么是Smart Youtube Playlist (AutoFavorite)?

Smart Youtube Playlist (AutoFavorite)是由VISHAL开发的Chrome扩展程序,该扩展的主要功能是“Automatically suggests you and add the currently playing video to favorite-list!”。

扩展截图

screenshot
screenshot
screenshot

下载Smart Youtube Playlist (AutoFavorite)扩展crx文件

下载Smart Youtube Playlist (AutoFavorite)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *************
Creates a playlist of the most visited videos on YouTube.
It is just searching your chrome history and based on number of times you re-visit the same video, it creates a playlist - Favorites Smart Playlist. 
**************
Also it can get your liked videos from your YouTube Playlist from your account with your permission to read that data. With a new feature you can also add some video to liked list.
This will require your permission to like that video. 
Also highlight video options added recently.
In upcoming version user can also sync other playlists from his/her YouTube account.

Note / Privacy Policy: 
The Autofavorite playlist, liked videos list read from your Youtube account and your identity data is no where stored other than your Chrome Browser itself. And even it is never shared to anyone. This is why it needs you to login to Chrome with your google account and so that this application sync data for this extension across the devices (all desktop Chrome Logins).

RELEASE-1.2.2
Added muti language support for 4 new languages - Spanish, French, Russian and Portuguese.
And fixed one minor issue of clearing videos.

RELEASE-1.2.1
Added likes and views count to video item in list view. Removed private videos from lists. Now user can store 100 Favorite and 50 liked Videos in listss. List count badge added to title of list. Auto sync of Liked list from User's account on first run is kept optional, user can do it from Options page.
In the upcoming release, we are bringing multi-language support as well.
RELEASE-1.2.0
We have removed Ad blocker from this extension. We will soon create a separate Extension for that.
RELEASE-1.1.9
Some fixes and Player tab is added and removed Download option as per the Chrome Web store policy.
RELEASE-1.1.8
View count as badge, UI elements redesigned, and some bug fixes.
RELEASE-1.1.7
Removed annoying alert and confirm messages and some fixes in action buttons on youtube page.
1.1.6
UI Elements redesign with theme change.
RELEASE-1.1.5
UI Elements Redesign and Search issue fix
RELEASE-1.1.4
Action button for adding currently playing video to added in playlist.
Search in Videos feature added and new menu designed.
RELEASE-1.1.3
Small fixes in all tabs view.
RELEASE-1.0.9
Automatically identify song category Song, Gaming, Sport, News etc and add an icon in list to identify that.
Popup option is added for playing video in popup window instead of new normal tab in browser.                    

扩展基本信息

名称 Smart Youtube Playlist (AutoFavorite) Smart Youtube Playlist (AutoFavorite)
ID ihajljlkkkgaigonbgkoncfaddnaafoj
官方URL https://chromewebstore.google.com/detail/smart-youtube-playlist-au/ihajljlkkkgaigonbgkoncfaddnaafoj
简介 Automatically suggests you and add the currently playing video to favorite-list!
文件大小 56.63 KB
安装次数 837
当前版本 1.2.2.1
更新时间 2021-02-27
上架时间 2020-05-02
评分 3.71/5 共7次评分
开发者 VISHAL
电子邮箱 [email protected]
付费类型 free
支持的语言 en,fr,es,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Youtube Playlist (AutoFavorite)",
    "version": "1.2.2.1",
    "description": "__MSG_app_desc__",
    "short_name": "Smart Youtube Playlist",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "history",
        "https:\/\/www.youtube.com\/",
        "identity",
        "contextMenus"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjGp++oSyrIxYH4GRqAhuTV3WQR6NV8bO6dMPMlSI++QvIBWPGOTKHTtaMS1vQUhDw+mjvkqOchdZJfAfZo9mGbydi7BXZH+piOspZ129uWMmQamiPeXsnTmJqO3LZz8fGg\/n\/BZNn+DePFu6NA3aa9qcB9sZfmusynnRLvGJZ5X051uk\/tymSIEp78XeYOvocVnhhu9HC6qcwd492QD46pvUbZsH+4qrZ4RUB+sxAwH9XhRAgwjR0e6IaF3l7GQb7Bf7sxr4K1cHzpOOg4EOwKnKYWGKiU628JFz8MqVOIZeJKsM\/8StJ18b+8zy6c1mnY7FzsFmTkYom8gP3Vm\/fQIDAQAB",
    "oauth2": {
        "client_id": "732510659200-gh8qp03n2g70hcj1vnjjkk1spiksf8bi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly",
            "https:\/\/www.googleapis.com\/auth\/youtube",
            "https:\/\/www.googleapis.com\/auth\/youtube.force-ssl"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/playlist-16.png",
            "32": "images\/playlist-32.png",
            "48": "images\/playlist-48.png",
            "128": "images\/playlist-128.png"
        }
    },
    "icons": {
        "16": "images\/playlist-16.png",
        "32": "images\/playlist-32.png",
        "48": "images\/playlist-48.png",
        "128": "images\/playlist-128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src https:\/\/www.youtube.com",
    "offline_enabled": false,
    "web_accessible_resources": [
        "images\/playlist-48.png"
    ],
    "default_locale": "en"
}