ytloop
Automatically replay the video in Youtube by default.
什麼是ytloop?
ytloop是由ikaflower開發的Chrome擴展程式,該擴展的主要功能是“Automatically replay the video in Youtube by default.”。
擴展截圖
下載ytloop擴展crx文件
下載ytloop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
擴展基本資訊
名稱 | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
官方網址 | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
簡介 | Automatically replay the video in Youtube by default. |
檔案大小 | 11.64 KB |
安裝次數 | 17 |
目前版本 | 1.0.2 |
更新時間 | 2013-07-16 |
上架時間 | 2013-07-16 |
評分 | 3.00/5 共 1 次評分 |
開發者 | ikaflower |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |