Repeat Youtube
Repeat Youtube videos on the main page
什麼是Repeat Youtube?
Repeat Youtube是由http://jaero.space開發的Chrome擴展程式,該擴展的主要功能是“Repeat Youtube videos on the main page”。
擴展截圖
下載Repeat Youtube擴展crx文件
下載Repeat Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Repeats youtube videos on the main page!
擴展基本資訊
名稱 | |
ID | medknpmalhljhifghnoeilochoaohilg |
官方網址 | https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg |
簡介 | Repeat Youtube videos on the main page |
檔案大小 | 26.72 KB |
安裝次數 | 711 |
目前版本 | 1.0.2 |
更新時間 | 2015-12-02 |
上架時間 | 2015-12-02 |
評分 | 3.95/5 共 22 次評分 |
開發者 | http://jaero.space |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Repeat Youtube", "description": "Repeat Youtube videos on the main page", "version": "1.0.2", "permissions": [ "tabs", "http:\/\/www.youtube.com\/*\/", "https:\/\/www.youtube.com\/*\/" ], "icons": { "16": "icons\/on_icon16.png", "48": "icons\/on_icon48.png", "128": "icons\/on_icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |