Youtube Repeater
Repeat Youtube Videos that you like
Youtube Repeaterとは何ですか?
Youtube Repeaterはhttps://stni.pwによって開発されたChromeの拡張機能で、その主な機能は「Repeat Youtube Videos that you like」です。
拡張機能のスクリーンショット
Youtube Repeater拡張機能のCRXファイルをダウンロード
Youtube Repeater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Repeat Youtube videos, songs, music that you like.
A Shitian Ni Project 拡張機能の基本情報
| 名前 | |
| ID | dkeedaojkelgaofemnoejkeiklkjkbco |
| 公式URL | https://chromewebstore.google.com/detail/youtube-repeater/dkeedaojkelgaofemnoejkeiklkjkbco |
| 説明 | Repeat Youtube Videos that you like |
| ファイルサイズ | 43.76 KB |
| インストール数 | 217 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2016-06-05 |
| 公開日 | 2016-06-05 |
| 評価 | 2.80/5 合計 5 レビュー |
| 開発者 | https://stni.pw |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Repeater",
"short_name": "You-Re",
"version": "1.0.3",
"manifest_version": 2,
"description": "Repeat Youtube Videos that you like",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtu.be\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtu.be\/*"
],
"js": [
"jquery.min.js",
"content.js"
]
}
]
} | |