TubeMarks for Youtube

A fun extension

What is TubeMarks for Youtube?

TubeMarks for Youtube is a Chrome extension developed by Peter Chen, and its main feature is "A fun extension".

Extension Screenshots

screenshot

Download TubeMarks for Youtube Extension CRX File

Download TubeMarks for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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. :)                    

Extension Basic Information

Name TubeMarks for Youtube TubeMarks for Youtube
ID edcbglmigcaihlpnfckmlhgidbgegkja
Official URL https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja
Description A fun extension
File Size 53.48 KB
Installation Count 17
Current Version 1.4
Last Updated 2016-09-14
Publish Date 2016-09-14
Rating 4.33/5 Total 6 Ratings
Developer Peter Chen
Email [email protected]
Payment Type free
Extension Website https://github.com/pcpeterchen/TubeMarksChromeExt
Supported Languages 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"
    ]
}