-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5175e99
commit f4404ed
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# BrowserToys-Extension | ||
A browser extension that contains many tools to help you while browsing and extend the functionality of your browser | ||
A browser extension that contains many tools to help you while browsing and extend the functionality of your browser. It runs on any browser that supports the [WebExtensions API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions). | ||
|
||
This extension adds the following features to your browser: | ||
- Creates a new tab to the immediate right of the current tab and in the same tab group when using Ctrl+T | ||
- Autoconfirms the `Video paused. Continue watching?` message when using Youtube or Youtube Music (Original source code from [YoutubeNonStop](https://github.com/lawfx/YoutubeNonStop)) | ||
|
||
# How to install | ||
- Download the BrowserToys.crx file from the [releases page](https://github.com/SiddhantAttavar/BrowserToys-Extension/releases) | ||
- Open the browser and go to `chrome://extensions` | ||
- Drag and drop the file onto the page | ||
- Restart the browser | ||
|
||
You may get a warning that the extension is disabled. To remove this warning, do the following: | ||
- Go to the `chrome://extensions` page | ||
- Navigate to the extension page | ||
- Copy the extension ID | ||
- Open regedit.msc and navigate to SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist | ||
- Add the extension ID to the list (change value 1 to the extension ID) | ||
- Close regedit.msc and restart the browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters