A.I. Bookmarks For YouTube™

Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.

What is A.I. Bookmarks For YouTube™?

A.I. Bookmarks For YouTube™ is a Chrome extension developed by http://threelly.com, and its main feature is "Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download A.I. Bookmarks For YouTube™ Extension CRX File

Download A.I. Bookmarks 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

                        Bookmark key points, capture clips snippets, take notes, add labels, annotate highlights and unleash your imagination on the content you watch! 

Don't know what to bookmark? No worries!  Our badass A.I. robot will do the work for you; 'automagically' detecting keywords, faces, sentiments, brands, emotions, timeline translation to 30+ languages and much more. 


How to get started?
-----------------
1. Install the extension
2. Go to YouTube.com
3. Watch your favorite videos in YouTube as usual - magic will happen :)

As easy as 1..2...3!!!



==============================HOW IS THIS POSSIBLE?=================================
AI Powered Video Insights. 
Threelly uses state of the art Artificial Intelligence (AI) algorithms to automatically analyze videos to locate and pull the precise location of key points of interest like - topics, scenes, people, sentiments, brands, expressions, labels and much more. Allowing you to rapidly gain intelligent insights from any video.

Gain deep insights with time-based tags that are created automatically. 
Threelly’s unparalleled AI recognition recognizes a huge variety of visual concepts and objects; recognize faces, logos or known graphics; Visual tags, Celebrity recognition*, Person recognition*, Speech-to-text, Visual text (OCR), Known graphics & logos, Locations & landmarks and much more. All powered by state of the art Artificial Intelligence (AI) algorithms. 

Radically Simple. 
Threelly is built to be innovative and radically simple. 
It installs right away with a single click and works directly in the Chrome browser. No need to download files or install complicated software. Use the clean, simple and intuitive interface to personalize YouTube insights to your liking. Create your own list of time-based tags to reveal insights into the videos you care about. 

Take The Quantum Leap Forward With Threelly. 
YouTubers, Students, Educators, Broadcasters, studios, gamers, or anyone consuming video on YouTube will benefit greatly from Threelly. 
Threelly built to remove friction from interacting with video; bringing AI-DRIVEN INSIGHTS to your fingertips. Our commitment is to give you insights QUICKLY and save you TIME.

This extension works on Chrome Browsers, whether it's Windows, Mac OS X or Linux.



== Feedback and bug reports ==
Threelly is still in beta, and we're constantly making updates, fixing bugs and adding new features. 
If you're having issues or found a bug, please don't post your bug report here, contact us directly so we can fix it: [email protected]


== Enjoying Threelly SmartView? Please rate! 
== FIVE STAR REVIEWS REQUESTED
If you like THREELLY SMARTVIEW, please help spread the word by giving it a 5 star rating here ;)
If you're not fully satisfied, please contact us [email protected] and we'll make sure to help.

Stay in touch:
For new feature announcements or just to say hello, please follow @Threelly_ai on Twitter or instagram http://twitter.com/threelly_ai
Like us on Facebook: http://facebook.com/threelly_ai

v.1.25 Release Notes:
+ Minor improvements and optimizations
✔ Resolved issue with YouTube player pausing at 60 secs.
✔ Resolved issue with slice bar not refreshing upon change of video.
✔ User can copy to clipboard a direct link to a "slice" for sharing.

v.3.30 Release Notes:
✔ Fixed major issue with video pausing and restarting after 2 secs. 
✔ Polished branding and some minor cosmetic updates.                    

Extension Basic Information

Name A.I. Bookmarks For YouTube™ A.I. Bookmarks For YouTube™
ID dfohlnjmjiipcppekkbhbabjbnikkibo
Official URL https://chrome.google.com/webstore/detail/ai-bookmarks-for-youtube/dfohlnjmjiipcppekkbhbabjbnikkibo
Description Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.
File Size 886 KB
Installation Count 216
Current Version 3.032
Last Updated 2019-12-03
Publish Date 2019-12-03
Rating 3.64/5 Total 14 Ratings
Developer http://threelly.com
Email [email protected]
Payment Type free
Extension Website http://www.threelly.com/privacy.php
Help Page URL https://docs.google.com/presentation/d/e/2PACX-1vTPrzM8GWYfq2UQFJCzMO5AA1nJC---SuWD6NsaAFsME-lA3HAxXhbnne3AR3q-W6HKmi1EewhTt09L/pub?slide=id.p
Privacy Policy Page URL http://www.threelly.com/privacy.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A.I. Bookmarks For YouTube\u2122",
    "version": "3.032",
    "description": "Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "PopUp\/popup.html",
        "default_icon": {
            "16": "assets\/images\/rounded\/icon-16.png",
            "32": "assets\/images\/rounded\/icon-48.png",
            "48": "assets\/images\/rounded\/icon-48.png",
            "128": "assets\/images\/rounded\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/*\/*",
                "https:\/\/threelly-pro.herokuapp.com\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/app.threelly.com\/*"
            ],
            "js": [
                "assets\/scripts\/vue.js",
                "assets\/scripts\/vuex.js",
                "assets\/scripts\/jquery.min.js",
                "assets\/scripts\/jquery-ui.min.js",
                "assets\/scripts\/bootstrap.min.js",
                "assets\/Tooltipster\/tooltipster.bundle.min.js",
                "assets\/scripts\/moment.min.js",
                "assets\/scripts\/moment-duration-format.min.js",
                "assets\/scripts\/Common.js",
                "assets\/switch\/switchery.js",
                "assets\/SliceSlider\/nouislider.min.js",
                "assets\/PopOver\/jquery.webui-popover.min.js",
                "assets\/Masking\/jquery.mask.min.js",
                "assets\/SliceSlider\/wNumb.js",
                "store.js",
                "Sidebar\/vue-app.js",
                "Sidebar\/Sidebar.js",
                "assets\/deep_view\/index.js",
                "assets\/Elessar-master\/dist\/elessar.js",
                "VideoSlicer\/VideoSlicer.js",
                "assets\/material\/popper.js",
                "assets\/material\/snackbar.min.js",
                "assets\/material\/bootstrap-material-design.js"
            ],
            "css": [
                "assets\/switch\/switchery.css",
                "assets\/SliceSlider\/nouislider.min.css",
                "assets\/Tooltipster\/tooltipster-sideTip-light.min.css",
                "assets\/Tooltipster\/tooltipster.bundle.min.css",
                "assets\/PopOver\/jquery.webui-popover.min.css",
                "assets\/fonts\/fonts.css",
                "assets\/css\/ThreellyStyles.css",
                "assets\/css\/bootstrap.min.css",
                "assets\/Elessar-master\/elessar.css",
                "assets\/material\/threelly-bootstrap-material-design.min.css",
                "assets\/deep_view\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*",
        "\/Sidebar\/*",
        "\/PopUp\/*",
        "\/VideoSlicer\/*"
    ],
    "icons": {
        "16": "assets\/images\/rounded\/icon-16.png",
        "32": "assets\/images\/rounded\/icon-48.png",
        "48": "assets\/images\/rounded\/icon-48.png",
        "128": "assets\/images\/rounded\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}