Smart Youtube Playlist (AutoFavorite)

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

Co to jest Smart Youtube Playlist (AutoFavorite)?

Smart Youtube Playlist (AutoFavorite) to rozszerzenie Chrome opracowane przez VISHAL, a jego główną funkcją jest „Automatically suggests you and add the currently playing video to favorite-list!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart Youtube Playlist (AutoFavorite)

Pobierz pliki rozszerzeń Smart Youtube Playlist (AutoFavorite) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        *************
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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Youtube Playlist (AutoFavorite) Smart Youtube Playlist (AutoFavorite)
ID ihajljlkkkgaigonbgkoncfaddnaafoj
Oficjalny URL https://chromewebstore.google.com/detail/smart-youtube-playlist-au/ihajljlkkkgaigonbgkoncfaddnaafoj
Opis Automatically suggests you and add the currently playing video to favorite-list!
Rozmiar pliku 56.63 KB
Liczba instalacji 837
Aktualna Wersja 1.2.2.1
Ostatnia Aktualizacja 2021-02-27
Data Publikacji 2020-05-02
Ocena 3.71/5 Łącznie 7 Oceny
Deweloper VISHAL
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}