YouTube Auto Reply
Extension For auto-repeat Youtube Videos.
什麼是YouTube Auto Reply?
YouTube Auto Reply是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extension For auto-repeat Youtube Videos.”。
擴展截圖
下載YouTube Auto Reply擴展crx文件
下載YouTube Auto Reply擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Extension plays YouTube videos repeatedly. Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly. A button is added to the bottom right of the video.
擴展基本資訊
名稱 | YouTube Auto Reply |
ID | kfkkmpmfofgkfnpiaepanikkeoelnbbf |
官方網址 | https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf |
簡介 | Extension For auto-repeat Youtube Videos. |
檔案大小 | 37.34 KB |
安裝次數 | 515 |
目前版本 | 1.0.1 |
更新時間 | 2020-03-27 |
上架時間 | 2020-03-26 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "32": "images\/icon-32.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/repeat.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/repeat.png", "images\/repeat-active.png" ] } |