My Groups for YouTube™
Allows you to create your own groups for subscriptions and playlists on YouTube™.
What is My Groups for YouTube™?
My Groups for YouTube™ is a Chrome extension developed by Vladimir Volkov, and its main feature is "Allows you to create your own groups for subscriptions and playlists on YouTube™.".
Extension Screenshots
Download My Groups for YouTube™ Extension CRX File
Download My Groups for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Extension Basic Information
| Name | |
| ID | elfckedljnccjpiclpimfgekmiaoaamf |
| Official URL | https://chrome.google.com/webstore/detail/my-groups-for-youtube/elfckedljnccjpiclpimfgekmiaoaamf |
| Description | Allows you to create your own groups for subscriptions and playlists on YouTube™. |
| File Size | 335 KB |
| Installation Count | 15 |
| Current Version | 0.6.4 |
| Last Updated | 2019-09-28 |
| Publish Date | 2019-09-28 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Vladimir Volkov |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"version": "0.6.4",
"default_locale": "en",
"author": "__MSG_ext_author__",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"\/css\/content.css"
],
"js": [
"\/lib\/jquery-3.3.1.min.js",
"\/lib\/vue.min.js",
"\/lib\/vuex.min.js",
"\/lib\/lodash.min.js",
"\/js\/content.js"
]
}
],
"background": {
"scripts": [
"\/js\/background.js"
]
},
"browser_action": {
"default_icon": {
"16": "\/icons\/16.png",
"24": "\/icons\/24.png",
"32": "\/icons\/32.png"
},
"default_title": "__MSG_ext_name__",
"default_popup": "popup.html"
},
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"permissions": [
"tabs",
"storage",
"downloads"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"\/img\/how-to-use-1.jpg",
"\/img\/how-to-use-2.jpg",
"\/img\/how-to-use-3.jpg",
"\/img\/how-to-use-4.jpg"
]
} | |