TubeMarks for Youtube
A fun extension
Cos'è TubeMarks for Youtube?
TubeMarks for Youtube è un'estensione di Chrome sviluppata da Peter Chen, e la sua funzione principale è "A fun extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TubeMarks for Youtube
Scarica i file di estensione TubeMarks 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
Hello! Welcome to TubeMarks for Youtube! Press the 'add' button to add a youtube time. Press 'remove' to remove. The idea was given to me by Brian Chen. I was inspired to create this because I watch 20 min+ compilation videos of doggos and sometimes you see a doggo and laugh but forget it later and the best way to keep track of doggo at 10:45 is to put down a little mark thing. :) Have fun! Known Bugs: None :) Pls report them to me. Contact me with suggestions or to say hi. :)
Informazioni di Base sull'Estensione
Nome | |
ID | edcbglmigcaihlpnfckmlhgidbgegkja |
URL Ufficiale | https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja |
Descrizione | A fun extension |
Dimensione del File | 53.48 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2016-09-14 |
Data di Pubblicazione | 2016-09-14 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | Peter Chen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pcpeterchen/TubeMarksChromeExt |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TubeMarks for Youtube", "short_name": "TbMrks", "description": "A fun extension", "version": "1.4", "browser_action": { "default_icon": "img\/icon16.ico" }, "icons": { "16": "img\/icon16.ico", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.1.0.min.js", "myscript.js" ] } ], "permissions": [ "storage", "activeTab", "tabs" ] } |