FullTube
This a extension to maximize the youtube player size.
FullTubeとは何ですか?
FullTubeはhttps://bijinapps.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This a extension to maximize the youtube player size.」です。
拡張機能のスクリーンショット
FullTube拡張機能のCRXファイルをダウンロード
FullTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enlarge the YouTube player to entire page.
No ads in videos.
Lightest extension.
Video in screenshot is just used as sample. 拡張機能の基本情報
| 名前 | |
| ID | cdhpfhpiblfbollfifbiakhmhfkmmbei |
| 公式URL | https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei |
| 説明 | This a extension to maximize the youtube player size. |
| ファイルサイズ | 6.46 KB |
| インストール数 | 13 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2019-04-18 |
| 公開日 | 2019-04-18 |
| 開発者 | https://bijinapps.blogspot.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.bijinapps.blogspot.in |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FullTube",
"version": "1.9",
"description": "This a extension to maximize the youtube player size.",
"icons": {
"48": "icons\/youtube.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=**"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
],
"js": [
"fulltube.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*&t=**"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
],
"js": [
"fulltube_t.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.youtube.com\/watch?time_continue=*&v=**"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
],
"js": [
"fulltube_tc.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
],
"js": [
"fulltube_pt.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*&**"
],
"js": [
"fulltube_pt.js"
],
"run_at": "document_start"
}
]
} | |