Screenshot addon for chrome
Author: q | 2025-04-24
Storybook Chrome Screenshot Addon. A Storybook Addon, Save the screenshot image of your stories 📷 via Puppeteer. storybook-chrome-screenshot takes a screenshot and saves it. It is
lightshot screenshot addons for chrome and firefox.
Addon page.UsageSee the README. asbplayer-extension-1.8.1 ChangesBug fix: Fix error while seeking on Netflix (#631)Full Changelog: v1.8.0...v1.8.1Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.8.1-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.8.1-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.8.0 ChangesEnhancement: "Manually record audio" shortcut works with local video player (#610)Bug fix: Scrolling number controls in overlay is more reliable (#603)Bug fix: Overlay positioning is more responsive (#611)Bug fix: Fix duplicated subtitle rendering when DOM pre-caching is disabled (#606)Bug fix: Fix scroll bar flash when rendering overlay (#604)Full Changelog: v1.7.0...v1.8.0How to use the new overlay controls overlay-demo.mp4 Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.8.0-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.8.0-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.7.0 ChangesEnhancement: Video overlay UI contains many more controls (#545)Enhancement: Subtitle detection on Yle Areena (#596)Enhancement: Auto-focus
Storybook Chrome Screenshot Addon - GitHub
OK button when subtitle track selector is opened (#532)Bug fix: Video binding issue on Amazon Prime (#566)Bug fix: Fix audio extraction not working on sites with strict content security policies (#588)Bug fix: vtt subtitles are sorted by their position on screen (#577)Bug fix: Best effort to fix notification text overlapping with subtitles (#591)Full Changelog: v1.6.1...v1.7.0Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.7.0-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.7.0-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.6.1 ChangesBug fix: Fix audio sent to Anki not being properly mp3-encoded (#561)Full Changelog: v1.6.0...v1.6.1Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.6.1-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.6.1-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.6.0 ChangesEnhancement: Use v flag for regex filter (thanks to @artjomsR #556)Enhancement: Allow subtitles to be loaded remotely via load-subtitles WebSocket commandScreenshot Addon For Google Chrome - chat.pw.org
Scratch AddonsAboutScratch Addons combines new and existing features and themes for the Scratch website and project editor into one easy-to-access and configurable browser extension. The mission is to provide a centralized, up-to-date platform for community development of new features and themes for Scratch.About addonsAn addon mainly consists of one or more userscripts (written in JavaScript) or userstyles (written in CSS) that run on the Scratch website or project editor.Each addon declares its own addon manifest (addon.json file). This file specifies under which circumstances each one of its userscripts and userstyles should be injected into the page. It also contains user-facing information, such as the description of the feature, and information about the addon's settings.Userscripts work similarly to extension content scripts running in the "main world" (the unprivileged context where chrome.* extension APIs are not available). Userscripts have access to addon.* APIs. They can use these built-in utilities for various purposes: waiting until a certain element exists on the page, listening to settings change events, getting a reference to the Scratch VM object, etc.Addons are designed to be compatible with each other. They are also developed with performance, internationalization, accessibility, and privacy in mind.Read the documentation for more information about addons.About the extensionThe Scratch Addons browser extension provides a settings page where users can enable, disable and configure addons. The extension interprets addon manifests, stores the user's settings, and provides APIs to userscripts. A new version of the extension is released to the stores regularly with new addons and features.Addons beyond the Scratch Addons browser extensionOther open-source projects (such as Scratch forks) can also make use of the addons. For example, the TurboWarp and Adacraft project editors allow you to use most of the editor addons without installing browser extensions, and even while offline (TurboWarp Desktop).File structureAddonsaddons-l10n: Translation for addon strings (one file per addon).addon-api: Implementation of the addon.* JavaScript APIs.addons: Each addon has its own directory, which must include an addon manifest file named addon.json.libraries: Third-party libraries and other utilities, some of which are used by addons.Others.github: GitHub templates, workflows, and contributing files._locales: Translation strings for the browser extension (excluding addons).background: Background scripts for the extension.content-scripts: Content scripts, which among other things, execute userscripts and inject userstyles to the page.images: Logos, screenshots and icons (excluding addon-specific images).popups: Addon pages that are only accessible through the extension popup (for example, Scratch Messaging).webpages: The settings page, extension popup, and other pages.InstallationNo building is required. The best way to download the source is with Git:git clone browser support information and other installation methods, check the documentation.Loading the extension (Chrome)To load the extension into most Chromium-based browsers, go to chrome://extensions, turn on developer mode, click "Load unpacked", and select the ScratchAddons folder.Loading the extension (Firefox)Go to about:debugging, select "This Firefox", click "Load Temporary Add-on...", and select the manifest.json file in the ScratchAddons folder.NoteFirefox extensions loaded this way are removed when the browser is closed.ContributingSuggestions and bug reportsIf you found a bug or have a suggestion create an issue after checking for duplicates. Alternatively, you. Storybook Chrome Screenshot Addon. A Storybook Addon, Save the screenshot image of your stories 📷 via Puppeteer. storybook-chrome-screenshot takes a screenshot and saves it. It isScreenshot Chrome - Microsoft Edge Addons
Fragments" for redownloading only bad fragments fixed internal synchronization refactoring and bug fix Version: 0.2.7.beta (12/22/2015) added support Firefox 44 update _video_ parser added additional options to AntDM fixed crash if called of the property dialog refactoring and bug fix Version: 0.2.6.beta (12/14/2015) added support Firefox 44 update _video_ parser added additional options to AntDM fixed crash if called of the property dialog refactoring and bug fix Version: 0.2.5.beta (12/07/2015) fixed Chrome addon fixed a bug of downloading with apache authorization fixed AntDM internal synchronization added support Pale Moon browser (a versions of equivalent to Firefox v32+) Version: 0.2.4.beta (11/30/2015) added ability to change the general path to downloads folder added grabbing many video services by Google Chrome addon improved media (preview)tooltip output improved download alghorithm update YT parser in AntDM and browser addons fixed many bugs Google Chrome addon fixed media (preview)tooltip for win10 fixed a bug freezing of AntDM when deleting files refactoring and bug fix Version: 0.2.3.beta (11/22/2015) fixed IE addon for E(PM) (addon was not loaded) fixed IE Broker fixed Firefox x64 addon (was crashed when loading of video button) fixed IE and Firefox addon for Vista+ (was spontaneous closure of a button when it is dragged) fixed movement of video button added _video_ new video tags Version: 0.2.2.beta (11/20/2015) fixed supporting Firefox 43 fixed Firefox _video_ parser for new YT player's format fixed IE addon refactoring and bug fix Version: 0.2.1.beta (11/14/2015) improved algorithm of Internet Explorer's addon added grabbing many video services by Internet Explorer's addon fixed _video_ parser for new YT player's format (for addons will be added later) fixed a bug of lack of User-Agent when downloading added the history of paths of saved files refactoring and bug fix Version: 0.2.0.beta (11/03/2015) added supporting FireFox 43 added grabbing many video services by FireFox addon improved algorithm of download and increased download speed of files fixed _video_ parser fixed Facebook parser fixed a bug cryptography of web passwords removed artifacts of graphical output of a file list fixed a bug download very large files (over 1 GB) added a new MIME type for the download of some ISO, XPI files fixed a bug of the transfer cookies Chrome addon refactoring and bug fix Version: 0.1.1.beta (10/13/2015) fixed a bug in Chrome Addon associated with the lack of title in an iframe fixed a bug in Chrome Addon grabbing of page fixed a bug in Chrome Addon associated with a position of the video in the zoom screen added supporting FireFox 42 added supporting of video services Facebook(facebook.com) and VKontakte(vk.com) for video downloading added two new _video_ tags 266 and 313 for 4K video refactoring and bug fix Version: 0.1.0.beta (10/02/2015) added Romanian language (Translation by Adrian Prisacariu) added supporting of video services Vimeo(Vimeo.com) and DailyMotion(DailyMotion.com) for video downloading refactoring of video download dialog refactoring of processing the errors of download refactoring and bug fix Version: 0.0.8.beta (09/19/2015) added portability (you can copy and run the application from any folder) added the ability toAwesome Screenshot Screen Recorder Chrome Addon - YouTube
Cách ngăn chặn tắt nhầm trình duyệt trên Microsoft Edge Webpage Screenshot for Chrome Chụp hình trang web Webpage Screenshot 5.4.7.6 là một extension cho trình duyệt, cho phép bạn có thể chụp màn hình của trang web và xem dưới dạng một file ảnh. Ảnh này có thể được lưu lại trong máy tính hoặc có thể được gửi đến bạn bè của bạn với mục đích chia sẻ. Xếp hạng: 4 6 Phiếu bầuSử dụng: Miễn phí 10.141 Tải về Browster Browster không thể hiện các hình ảnh dạng thu nhỏ bên trái mỗi trang tìm được, mà chỉ biểu hiện bằng một biểu tượng (hình mũi tên sấm sét)... Xếp hạng: 3 1 Phiếu bầuSử dụng: Miễn phí 713 Tải về SpaceTime 3D Lướt web trong không gian 3D SpaceTime là trình duyệt có khả năng mang những tính năng này đến với người dùng bằng cách xây dựng một “không gian 3D không giới hạn” và làm nổi dữ liệu trong không gian 3 chiều. Xếp hạng: 5 2 Phiếu bầuSử dụng: Miễn phí 2.575 Tải về GooglePreview Addon cho Firefox Đây là add-on rất hữu ích, cho phép bạn xem trước hình ảnh (thumbnail) của các trang web từ kết quả tìm kiếm bằng Google để từ đó quyết định rằng có nên ghé thăm trang web đó hay không... Xếp hạng: 3 1 Phiếu bầuSử dụng: Miễn phí 2.530 Tải về Yandex Browser Trình duyệt web tốc độ cao Yandex Browser 21.3.0 là trình duyệt web với giao diện tối ưu hóa mang đến cho người dùng trải nghiệm lướt Internet tốc độ cao; sử dụng công nghệ kết xuất trang web WebKit, tương tự Chrome. Xếp hạng: 4 18 Phiếu bầuSử dụng: Miễn phí 9.667 Tải về ; Xem thêm Trình duyệt webWebseiten-Screenshot - Screenshot Extension - Chrome - Chrome
89e59902e3 It is supposed that this type of CAPTCHA is much harder to bypass or be hack by automated CAPTCHA solving services. Not long ago Google updated ReCaptcha V2 with invisible version.. Bypass Captcha Verification On Any Website In Chrome, Firefox, Safari, IE .. Trusted Windows (PC) download Captcha Brotherhood 1.2.1. Virus-free and 100% clean download. Get Captcha Brotherhood alternative downloads.. Bypass Captcha Verification On Any Website In Chrome, Firefox, Safari, IE .. Rumola, a new browser addon, will be helpful in this situation which lets you bypass captcha verification and automatically fills the captcha codes in websites.. Download Rumola for Firefox 0.993 Free Trial - Firefox addon to fill CAPTCHA fields - Softpedia Download Rumola for Firefox - Firefox addon to fill CAPTCHA fields Rumola - bypass CAPTCHAs. Rumola will solve the captcha almost instantaneously and place the result in the correct edit field, and one credit will be deducted from your account.. Looking for captcha bypass provider? Expertdecoders offer fast, reliable and cheap captcha solving service to you and your organization.. Scarica subito Rumola Light - bypass CAPTCHA 1.0 su Aptoide! senza virus o malware senza costi extraReviews for Rumola - bypass CAPTCHA by mahesh. Rumola - bypass . 19 May Rumola - bypass CAPTCHA by AntiCaptchaPluginAdmin. 28 Mar Review for Rumola - bypass CAPTCHA by ifasmilecanhelp.. Rumola, a new browser addon, will be helpful in this situation which lets you bypass captcha verification and automatically fills the captcha codes in websites.. 10 Best Survey Remover Tool to Bypass Surveys Online.. Rumola Bypass Surveys using CAPTCHA. The last in our list of best Survey Remover Tools and Survey Bypass tools is Rumola. It is a survey remover extension for users of Google Chrome.. Download rumola bypass captcha .exe for free. Internet & Network tools downloads - Rumola bypass CAPTCHA by Skipinput and many more programs are available for instant and free download.Download Rumola for Firefox 0.993 Free Trial - Firefox addon to fill CAPTCHA fields - Softpedia Download Rumola for Firefox - Firefox addon to fill CAPTCHA fields Rumola - bypass CAPTCHAs. Paso 1. Ejecuta JDownloader. Haz clicDefraggler nLite Addon - Download, Screenshots
Shit and absolutely user unfriendly! joejoe1 January 10, 2020, 2:27am 3 Same problem, when I try to re-install the FF extension on my mac by clicking on the FF link in Avast settings it takes me to chrome addon instead >:(I’m definitely not changing my browser, so probably will have to change the password manager… joejoe1 January 10, 2020, 2:35am 4 bob3160 January 13, 2020, 11:33am 5 same problem, redirect to chrome Jeff308 January 14, 2020, 8:03am 7 bob3160 January 14, 2020, 10:03am 8 Jeff308 January 14, 2020, 7:54pm 9 Enjoy waiting for Avast for a fix then bob3160 January 14, 2020, 7:56pm 10 I’m still not sure what needs to be fixed. Thank Youworked for medid show the “something wrong” but enabled in the application directly and all good, syncronised as wellThank you Remram January 16, 2020, 9:40am 12 Worked for me tooThank you The redirect to Chrome Web Store related to Firefox 72 is fixed. No other action than re-adding the extension from the Avast Passwords UI is needed. Thanks for your notification! Jeff308 January 31, 2020, 3:26am 14 Thanks Paul, Bob if you are not even experiencing the problem then why do you comment here? Just because you aren’t experiencing the problem doesn’t mean the person who posted about it isn’t. Being rude does not accomplish anything either. bob3160 January 31, 2020, 7:24am 15 Nothing rude about asking why something posted on this forum appears not to be working as shown in the screenshot I posted.. Storybook Chrome Screenshot Addon. A Storybook Addon, Save the screenshot image of your stories 📷 via Puppeteer. storybook-chrome-screenshot takes a screenshot and saves it. It is
Screenshot Extension - Microsoft Edge Addons
Using our guides below:Install Kodi on Firestick/Fire TVInstall Kodi on Android TV BoxBelow you will find a screenshot guide to installing The Promise on your Kodi device. We are using an Amazon Fire TV Stick 4K.This is the most popular Kodi device due to its low price and jailbreaking abilities.These same steps also work for those using the Firestick Lite, 3rd Gen Fire TV Stick, Fire TVs, Fire TV Cube, and any Fire TV device.This process also applies to those using Android devices such as the NVIDIA SHIELD, MECOOL Boxes, Chromecast, Android TV Boxes, phones, tablets, and more.Table of ContentsIs this Kodi Addon Safe to Use?The Promise Kodi Addon Installation GuideThe Promise Kodi Addon Description & DetailsIs The Promise Kodi Addon Legal?Frequently Asked QuestionsHow do I install The Promise Kodi Addon?Is this Kodi Addon legal?What is the difference between a Kodi addon and build?Should I use a VPN with Kodi Addons?Is this Kodi Addon Safe to Use?Before I install this, I first want to scan their repository URL with VirusTotal.Here is the screenshot of the scan results.🛑 DON'T SLEEP ON THIS DISCOUNTYour online activity is recorded by your government, Internet Service Provider, app/addon/IPTV devs and all websites through your identifying IP addressYour Current Identifying IP Address (digital fingerprint): Stream anonymously by using Surfshark VPNTODAY'S DEALSAVE 86% ON SURFSHARK VPN + 3 FREE MONTHSSurfshark backs their service with a 30-day money back guaranteeUse your account on unlimited devices & share with family membersCLAIM SURFSHARK DISCOUNTVirusTotal did not find one suspicious file or malware within The Promise repository URL.However, we should always protect ourselves when streaming content from this unverified 3rd party add-on.Kodi even alerts us during setup that these 3rd party Add-ons will be given access to personal data stored on our device.The best way to protect yourself when using TheLightShot Screenshots - Microsoft Edge Addons
Support from technicians connecting from Windows, Mac, Linux computers, Chromebooks, or other mobile devices directly to your Chromebook.\r\n📌Note: Chrome OS currently does not support full remote control. Installing the QuickSupport app installed on a Chromebook only allows remote screen-sharing.\r\nLicensing: Mobile Device Support AddOn is required.\r\n"}}" id="text-8ec9e73399"> TeamViewer QuickSupport (incoming connections) Install the TeamViewer QuickSupport app on your Chromebook to receive on-demand remote support from technicians connecting from Windows, Mac, Linux computers, Chromebooks, or other mobile devices directly to your Chromebook. 📌Note: Chrome OS currently does not support full remote control. Installing the QuickSupport app installed on a Chromebook only allows remote screen-sharing. Licensing: Mobile Device Support AddOn is required. TeamViewer Host (incoming connections)\r\nInstall the TeamViewer Host app on your Chromebook to remotely view the device, even when unattended.\r\n📌Note: Chrome OS currently does not support full remote control. Installing the Host app on a Chromebook only allows remote screen-sharing.\r\nLicensing: Mobile Device Support AddOn is required.\r\n"}}" id="text-9e44dd4e47"> TeamViewer Host (incoming connections) Install the TeamViewer Host app on your Chromebook to remotely view the device, even when unattended. 📌Note: Chrome OS currently does not support full remote control. Installing the Host app on a Chromebook only allows remote screen-sharing. Licensing: Mobile Device Support AddOn is required.. Storybook Chrome Screenshot Addon. A Storybook Addon, Save the screenshot image of your stories 📷 via Puppeteer. storybook-chrome-screenshot takes a screenshot and saves it. It isScreenshot YouTube - Microsoft Edge Addons
James historytimeline.com: Does not work. (2021-11-22) Matt Stilwell: The extension installs just fine. I changed the background colour to make it more pleasing to the eyes, but now when I try to go to the settings page, I am unable to use the Advanced options or the design section where I had been before to change the background colour. (2021-09-25) Terry Hutson: works great--I have never had a problem seeing the menu bar. I used this product for over five years now. (2021-08-09) Olia Devos: I did install it but I see no bar at all. It is on as well in extantions. So what is up actually? (2021-07-27) iiHealthy: it still works fine in 2021. pretty good extension although there is a bit of a delay when loading (2021-07-24) Mikel Kasaboff: Not exactly sure if you can actually call it a bar, it's not what I thought it was. (2021-06-28) Jim Ferrier: Rubbish. No menu bar appeared. Wasted time. (2021-06-11) David Bouchard: While it does have the menus, they're all below the other top bars (tabs, search bar, bookmarks) with no apparent way to move it above any of these where it is found in literally everything else. I know Google did this on purpose - because they're jerks - but it belongs above everything else, including the tabs. The extension really needs a way to move the bar up further. (2021-06-10) Craig Orland: I added this to my chrome and edge browsers, but my browser window started glitching when transitioning from one web page to another. The following is a screenshot of what appears for a split second between web pages. I disabled the addon and the glitch went away. VERY annoying. (2021-05-22) Charles Knerr: The chrome-menu button dropdown is not completely themed.The menu choices are split between browser menu bar and google products... can't have both? Or a google menu on the browser menu bar?Note for those complaining about menu missing: It is not possible to properly develop in Chrome... many pages are off-limits. The Gods are jerks. (2021-04-30) Patricia Ann Gonzalez: Chrome really needed this toolbar.Comments
Addon page.UsageSee the README. asbplayer-extension-1.8.1 ChangesBug fix: Fix error while seeking on Netflix (#631)Full Changelog: v1.8.0...v1.8.1Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.8.1-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.8.1-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.8.0 ChangesEnhancement: "Manually record audio" shortcut works with local video player (#610)Bug fix: Scrolling number controls in overlay is more reliable (#603)Bug fix: Overlay positioning is more responsive (#611)Bug fix: Fix duplicated subtitle rendering when DOM pre-caching is disabled (#606)Bug fix: Fix scroll bar flash when rendering overlay (#604)Full Changelog: v1.7.0...v1.8.0How to use the new overlay controls overlay-demo.mp4 Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.8.0-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.8.0-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.7.0 ChangesEnhancement: Video overlay UI contains many more controls (#545)Enhancement: Subtitle detection on Yle Areena (#596)Enhancement: Auto-focus
2025-04-03OK button when subtitle track selector is opened (#532)Bug fix: Video binding issue on Amazon Prime (#566)Bug fix: Fix audio extraction not working on sites with strict content security policies (#588)Bug fix: vtt subtitles are sorted by their position on screen (#577)Bug fix: Best effort to fix notification text overlapping with subtitles (#591)Full Changelog: v1.6.1...v1.7.0Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.7.0-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.7.0-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.6.1 ChangesBug fix: Fix audio sent to Anki not being properly mp3-encoded (#561)Full Changelog: v1.6.0...v1.6.1Installation on Chromium-based browsersThe recommended way to install the extension is from the Chrome web store listing since you will receive updates automatically.If you still want to install the extension manually, follow these instructions:Download asbplayer-extension-1.6.1-chromium.zip - unzip it somewhere.Go to chrome://extensions and enable developer mode in the top right.Click "load unpacked extension" and pick the unzipped directory.Restart Chrome.Installation on FirefoxWarningThe Firefox version of asbplayer has a limited feature-set compared to the Chromium version. Notably, the Firefox version is missing the side panel, mining history, WebSocket client support, and cannot record audio from DRM-protected video streams.NoteIf you have installed a previous version of asbplayer on Firefox already then it will automatically update.Download asbplayer-extension-1.6.1-firefox.xpi.Drag-and-drop the downloaded file into Firefox.Installation on Firefox for AndroidWarningThe Firefox version of asbplayer has an even smaller feature-set than the Firefox version. In addition to all of the features the Firefox version is missing, it is also missing keyboard shortcuts and screenshot capture. Anki integration can be achieved using AnkiConnect for Android.The Firefox for Android version of the extension can be installed from the addon page.UsageSee the README. asbplayer-extension-1.6.0 ChangesEnhancement: Use v flag for regex filter (thanks to @artjomsR #556)Enhancement: Allow subtitles to be loaded remotely via load-subtitles WebSocket command
2025-04-16Fragments" for redownloading only bad fragments fixed internal synchronization refactoring and bug fix Version: 0.2.7.beta (12/22/2015) added support Firefox 44 update _video_ parser added additional options to AntDM fixed crash if called of the property dialog refactoring and bug fix Version: 0.2.6.beta (12/14/2015) added support Firefox 44 update _video_ parser added additional options to AntDM fixed crash if called of the property dialog refactoring and bug fix Version: 0.2.5.beta (12/07/2015) fixed Chrome addon fixed a bug of downloading with apache authorization fixed AntDM internal synchronization added support Pale Moon browser (a versions of equivalent to Firefox v32+) Version: 0.2.4.beta (11/30/2015) added ability to change the general path to downloads folder added grabbing many video services by Google Chrome addon improved media (preview)tooltip output improved download alghorithm update YT parser in AntDM and browser addons fixed many bugs Google Chrome addon fixed media (preview)tooltip for win10 fixed a bug freezing of AntDM when deleting files refactoring and bug fix Version: 0.2.3.beta (11/22/2015) fixed IE addon for E(PM) (addon was not loaded) fixed IE Broker fixed Firefox x64 addon (was crashed when loading of video button) fixed IE and Firefox addon for Vista+ (was spontaneous closure of a button when it is dragged) fixed movement of video button added _video_ new video tags Version: 0.2.2.beta (11/20/2015) fixed supporting Firefox 43 fixed Firefox _video_ parser for new YT player's format fixed IE addon refactoring and bug fix Version: 0.2.1.beta (11/14/2015) improved algorithm of Internet Explorer's addon added grabbing many video services by Internet Explorer's addon fixed _video_ parser for new YT player's format (for addons will be added later) fixed a bug of lack of User-Agent when downloading added the history of paths of saved files refactoring and bug fix Version: 0.2.0.beta (11/03/2015) added supporting FireFox 43 added grabbing many video services by FireFox addon improved algorithm of download and increased download speed of files fixed _video_ parser fixed Facebook parser fixed a bug cryptography of web passwords removed artifacts of graphical output of a file list fixed a bug download very large files (over 1 GB) added a new MIME type for the download of some ISO, XPI files fixed a bug of the transfer cookies Chrome addon refactoring and bug fix Version: 0.1.1.beta (10/13/2015) fixed a bug in Chrome Addon associated with the lack of title in an iframe fixed a bug in Chrome Addon grabbing of page fixed a bug in Chrome Addon associated with a position of the video in the zoom screen added supporting FireFox 42 added supporting of video services Facebook(facebook.com) and VKontakte(vk.com) for video downloading added two new _video_ tags 266 and 313 for 4K video refactoring and bug fix Version: 0.1.0.beta (10/02/2015) added Romanian language (Translation by Adrian Prisacariu) added supporting of video services Vimeo(Vimeo.com) and DailyMotion(DailyMotion.com) for video downloading refactoring of video download dialog refactoring of processing the errors of download refactoring and bug fix Version: 0.0.8.beta (09/19/2015) added portability (you can copy and run the application from any folder) added the ability to
2025-03-28