DisneyNOW Autoplay
*Attempts* to autoplay videos on DisneyNOW
DisneyNOW Autoplayとは何ですか?
DisneyNOW Autoplayはhttps://pqtato.pwによって開発されたChromeの拡張機能で、その主な機能は「*Attempts* to autoplay videos on DisneyNOW」です。
拡張機能のスクリーンショット
DisneyNOW Autoplay拡張機能のCRXファイルをダウンロード
DisneyNOW Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension attempts to autoplay videos on DisneyNOW. For example, if I choose an episode of The Owl House it does not play automatically. That's when I decided to make this extension and I got it to work. If you have any issues feel free to contact me.
拡張機能の基本情報
名前 | |
ID | gccgbelpdjhaickplbabdjcggfijdhfm |
公式URL | https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm |
説明 | *Attempts* to autoplay videos on DisneyNOW |
ファイルサイズ | 10.77 KB |
インストール数 | 78 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-09-07 |
公開日 | 2020-06-16 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://pqtato.pw |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pqtato.pw |
ヘルプページのURL | https://www.pqtato.pw/contactme |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DisneyNOW Autoplay", "version": "1.0.0", "manifest_version": 2, "description": "*Attempts* to autoplay videos on DisneyNOW", "homepage_url": "https:\/\/www.pqtato.pw", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/disneynow.com\/*", "https:\/\/*.disneynow.com\/*", "http:\/\/disneynow.com\/*", "http:\/\/*.disneynow.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/disneynow.com\/*", "https:\/\/*.disneynow.com\/*", "http:\/\/disneynow.com\/*", "http:\/\/*.disneynow.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |