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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}