A.I. Bookmarks For YouTube™

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

什么是A.I. Bookmarks For YouTube™?

A.I. Bookmarks For YouTube™是由http://threelly.com开发的Chrome扩展程序,该扩展的主要功能是“Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载A.I. Bookmarks For YouTube™扩展crx文件

下载A.I. Bookmarks For YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 A.I. Bookmarks For YouTube™ A.I. Bookmarks For YouTube™
ID dfohlnjmjiipcppekkbhbabjbnikkibo
官方URL https://chrome.google.com/webstore/detail/ai-bookmarks-for-youtube/dfohlnjmjiipcppekkbhbabjbnikkibo
简介 Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.
文件大小 886 KB
安装次数 216
当前版本 3.032
更新时间 2019-12-03
上架时间 2019-12-03
评分 3.64/5 共14次评分
开发者 http://threelly.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.threelly.com/privacy.php
帮助页面URL https://docs.google.com/presentation/d/e/2PACX-1vTPrzM8GWYfq2UQFJCzMO5AA1nJC---SuWD6NsaAFsME-lA3HAxXhbnne3AR3q-W6HKmi1EewhTt09L/pub?slide=id.p
隐私政策页面URL http://www.threelly.com/privacy.php
支持的语言 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'"
}