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 |
| 公式URL | 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"
]
} | |