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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *************
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"
}