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
官方網址 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'"
}