TubeMarks for Youtube
A fun extension
Wat is TubeMarks for Youtube?
TubeMarks for Youtube is een Chrome-extensie ontwikkeld door Peter Chen, en de belangrijkste functie is "A fun extension".
Extensie Screenshots
Download het CRX-bestand van de extensie TubeMarks for Youtube
Download TubeMarks for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. :)
Basisinformatie over de Extensie
Naam | |
ID | edcbglmigcaihlpnfckmlhgidbgegkja |
Officiële URL | https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja |
Beschrijving | A fun extension |
Bestandsgrootte | 53.48 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-09-14 |
Publicatiedatum | 2016-09-14 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Peter Chen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pcpeterchen/TubeMarksChromeExt |
Ondersteunde Talen | 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" ] } |