Anitube AutoPlay
Play video in anitube.site automatically
Anitube AutoPlayとは何ですか?
Anitube AutoPlayはdiogosapessoaによって開発されたChromeの拡張機能で、その主な機能は「Play video in anitube.site automatically」です。
拡張機能のスクリーンショット
Anitube AutoPlay拡張機能のCRXファイルをダウンロード
Anitube AutoPlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When the next episode is loaded it will be played automatically 拡張機能の基本情報
| 名前 | |
| ID | leamonmkeofogponcnghhjhjbnpjmano |
| 公式URL | https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano |
| 説明 | Play video in anitube.site automatically |
| ファイルサイズ | 14.7 KB |
| インストール数 | 30 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-04-14 |
| 公開日 | 2021-04-14 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | diogosapessoa |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Anitube AutoPlay",
"description": "Play video in anitube.site automatically",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/www.anitube.site\/"
],
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |