My Groups for YouTube™
Allows you to create your own groups for subscriptions and playlists on YouTube™.
什麼是My Groups for YouTube™?
My Groups for YouTube™是由Vladimir Volkov開發的Chrome擴展程式,該擴展的主要功能是“Allows you to create your own groups for subscriptions and playlists on YouTube™.”。
擴展截圖
下載My Groups for YouTube™擴展crx文件
下載My Groups for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. 擴展基本資訊
| 名稱 | |
| ID | elfckedljnccjpiclpimfgekmiaoaamf |
| 官方網址 | https://chrome.google.com/webstore/detail/my-groups-for-youtube/elfckedljnccjpiclpimfgekmiaoaamf |
| 簡介 | Allows you to create your own groups for subscriptions and playlists on YouTube™. |
| 檔案大小 | 335 KB |
| 安裝次數 | 15 |
| 目前版本 | 0.6.4 |
| 更新時間 | 2019-09-28 |
| 上架時間 | 2019-09-28 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Vladimir Volkov |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |