Smart Youtube Playlist (AutoFavorite)
Automatically suggests you and add the currently playing video to favorite-list!
Smart Youtube Playlist (AutoFavorite) là gì?
Smart Youtube Playlist (AutoFavorite) là một tiện ích mở rộng Chrome được phát triển bởi VISHAL, và tính năng chính của nó là "Automatically suggests you and add the currently playing video to favorite-list!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Youtube Playlist (AutoFavorite)
Tải xuống các tệp mở rộng Smart Youtube Playlist (AutoFavorite) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
************* 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Youtube Playlist (AutoFavorite) |
ID | ihajljlkkkgaigonbgkoncfaddnaafoj |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-youtube-playlist-au/ihajljlkkkgaigonbgkoncfaddnaafoj |
Mô tả | Automatically suggests you and add the currently playing video to favorite-list! |
Kích Thước Tệp | 56.63 KB |
Số Lần Cài Đặt | 837 |
Phiên Bản Hiện Tại | 1.2.2.1 |
Cập Nhật Lần Cuối | 2021-02-27 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 3.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | VISHAL |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |