Autoplay Youtube Pro | Auto Replay on Youtube
Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.
Autoplay Youtube Pro | Auto Replay on Youtubeとは何ですか?
Autoplay Youtube Pro | Auto Replay on YoutubeはSaxsos Incによって開発されたChromeの拡張機能で、その主な機能は「Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.」です。
拡張機能のスクリーンショット
Autoplay Youtube Pro | Auto Replay on Youtube拡張機能のCRXファイルをダウンロード
Autoplay Youtube Pro | Auto Replay on Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add Autoplay Youtube Pro on Chrome to add Auto Replay button on YouTube Videos. Autoplay Youtube Pro for YouTube is easy to use and has a user friendly design. You can switch on/off the auto replay function, you can show/hide auto replay options and choose how many times to replay/loop a YouTube video. You can also select time period that you wish to auto replay/loop a YouTube video. There is an easy to use interface being added to the YouTube video so you can create a loop of your choice. You can also bookmark your favourite YouTube videos and they will always be available for you to auto replay automatically.
拡張機能の基本情報
名前 | Autoplay Youtube Pro | Auto Replay on Youtube |
ID | lephefenadlikmnolbfohhemgeckbado |
公式URL | https://chromewebstore.google.com/detail/autoplay-youtube-pro-auto/lephefenadlikmnolbfohhemgeckbado |
説明 | Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos. |
ファイルサイズ | 167 KB |
インストール数 | 53 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-03-04 |
公開日 | 2021-03-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Saxsos Inc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.saxsos.xyz/ |
ヘルプページのURL | https://www.saxsos.xyz/p/contact-us.html |
プライバシーポリシーページのURL | https://leadstal.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoplay Youtube Pro | Auto Replay on Youtube", "version": "1.0.1", "manifest_version": 2, "description": "Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.", "icons": { "18": "youtubereplay18.png", "24": "youtubereplay24.png", "48": "youtubereplay48.png", "64": "youtubereplay64.png", "128": "youtubereplay128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "content\/youtubeautoreplay.js", "content\/jquery.js" ], "css": [ "content\/youtubeautoreplay.css" ], "run_at": "document_idle" } ], "browser_action": { "default_title": "Autoplay Youtube Pro\u2122", "default_popup": "popup\/popup.html", "default_icon": { "18": "youtubereplay18.png", "24": "youtubereplay24.png", "48": "youtubereplay48.png", "64": "youtubereplay64.png", "128": "youtubereplay128.png" } }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/cdn.productanalytic.com; object-src 'self'", "background": { "scripts": [ "content\/background.js" ] }, "permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtu.be\/*" ] } |