Player Enhancer for YouTube
Chrome Extension for Player Enhancer on YouTube
Cos'è Player Enhancer for YouTube?
Player Enhancer for YouTube è un'estensione di Chrome sviluppata da https://fiahfy.blogspot.com, e la sua funzione principale è "Chrome Extension for Player Enhancer on YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Player Enhancer for YouTube
Scarica i file di estensione Player Enhancer for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Add seek buttons on the bottom control. - Add reload button on the chat menu.
Informazioni di Base sull'Estensione
Nome | Player Enhancer for YouTube |
ID | enakpddkofoddibleaedgbcpbnpoeond |
URL Ufficiale | https://chromewebstore.google.com/detail/player-enhancer-for-youtu/enakpddkofoddibleaedgbcpbnpoeond |
Descrizione | Chrome Extension for Player Enhancer on YouTube |
Dimensione del File | 167 KB |
Conteggio Installazioni | 557 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2021-05-18 |
Data di Pubblicazione | 2020-05-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://fiahfy.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Player Enhancer for YouTube", "description": "Chrome Extension for Player Enhancer on YouTube", "version": "0.0.6" } |