A.I. Bookmarks For YouTube™
Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.
Apa itu A.I. Bookmarks For YouTube™?
A.I. Bookmarks For YouTube™ adalah ekstensi Chrome yang dikembangkan oleh http://threelly.com, dan fitur utamanya adalah "Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi A.I. Bookmarks For YouTube™
Unduh file ekstensi A.I. Bookmarks For YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dfohlnjmjiipcppekkbhbabjbnikkibo |
URL Resmi | https://chrome.google.com/webstore/detail/ai-bookmarks-for-youtube/dfohlnjmjiipcppekkbhbabjbnikkibo |
Deskripsi | Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube. |
Ukuran File | 886 KB |
Jumlah Instalasi | 216 |
Versi Saat Ini | 3.032 |
Terakhir Diperbarui | 2019-12-03 |
Tanggal Publikasi | 2019-12-03 |
Penilaian | 3.64/5 Total 14 Penilaian |
Pengembang | http://threelly.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.threelly.com/privacy.php |
URL Halaman Bantuan | https://docs.google.com/presentation/d/e/2PACX-1vTPrzM8GWYfq2UQFJCzMO5AA1nJC---SuWD6NsaAFsME-lA3HAxXhbnne3AR3q-W6HKmi1EewhTt09L/pub?slide=id.p |
URL Halaman Kebijakan Privasi | http://www.threelly.com/privacy.php |
Bahasa yang Didukung | 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'" } |