Auto Replay - Looper for YouTube™
Automatically replay, repeats your favorite YouTube video.
什麼是Auto Replay - Looper for YouTube™?
Auto Replay - Looper for YouTube™是由Download Manager開發的Chrome擴展程式,該擴展的主要功能是“Automatically replay, repeats your favorite YouTube video.”。
擴展截圖
下載Auto Replay - Looper for YouTube™擴展crx文件
下載Auto Replay - Looper for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto replay for Youtube. Repeat infinitely your favorite video 擴展基本資訊
| 名稱 | |
| ID | aniinijjlicmolpeohhlojkgjacpfjdc |
| 官方網址 | https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc |
| 簡介 | Automatically replay, repeats your favorite YouTube video. |
| 檔案大小 | 80.75 KB |
| 安裝次數 | 177 |
| 目前版本 | 0.1.5 |
| 更新時間 | 2017-10-28 |
| 上架時間 | 2017-10-28 |
| 評分 | 4.25/5 共 4 次評分 |
| 開發者 | Download Manager |
| 付費類型 | free |
| 隱私政策頁面URL | https://addonbrowser.com/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"version": "0.1.5",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"permissions": [
"storage"
],
"short_name": "looperforyoutube",
"name": "Auto Replay - Looper for YouTube\u2122",
"background": {
"page": "lib\/chrome\/background.html"
},
"description": "Automatically replay, repeats your favorite YouTube video.",
"browser_action": {
"default_popup": "data\/popup\/popup.html",
"default_title": "Auto Replay for YouTube\u2122",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"content_scripts": [
{
"all_frames": false,
"run_at": "document_start",
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"data\/content_script\/inject.js"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |