Endless for Youtube
Play and replay that Youtube video to death
什麼是Endless for Youtube?
Endless for Youtube是由jing開發的Chrome擴展程式,該擴展的主要功能是“Play and replay that Youtube video to death”。
擴展截圖
下載Endless for Youtube擴展crx文件
下載Endless for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replay that Youtube video over and over and over again! Install this extension and find the repeat button (enabled on install) added to the bottom right hand corner of your Youtube video player. Hit the extension settings menu to restore your default Youtube player. You can do this over and over too!!! Who doesn't like clicking a nice toggle every once in a while? Can't stop listening to that song you can't find on Spotify? Repeat. Want to nail that dance choreography? Repeat. Need to hear the voice of your internet celebrity/hero/idol...over and over and over again? Repeat!
擴展基本資訊
名稱 | Endless for Youtube |
ID | flgphficmginnjhdhebgegacneklhehm |
官方網址 | https://chromewebstore.google.com/detail/endless-for-youtube/flgphficmginnjhdhebgegacneklhehm |
簡介 | Play and replay that Youtube video to death |
檔案大小 | 12.65 KB |
安裝次數 | 171 |
目前版本 | 1.0.10 |
更新時間 | 2017-03-17 |
上架時間 | 2017-03-16 |
評分 | 4.00/5 共 8 次評分 |
開發者 | jing |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Endless for Youtube", "description": "Play and replay that Youtube video to death", "version": "1.0.10", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [ "activeTab", "tabs", "storage", "*:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/css\/styles.css" ], "js": [ "\/js\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "\/assets\/icon_128.png", "default_title": "Settings", "default_popup": "\/templates\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |