From f4404ed47819cc3085721bf472f7958a83a130bc Mon Sep 17 00:00:00 2001 From: Siddhant Attavar <51072192+SiddhantAttavar@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:17:57 +0530 Subject: [PATCH] Updated README --- README.md | 20 +++++++++++++++++++- manifest.json | 4 ++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9316bd..f12634f 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/manifest.json b/manifest.json index ad0033b..5a2117a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "Edge Customizer", + "name": "BrowserToys", "description": "Provides various browser scripts", "version": "1", "permissions": ["tabs", "declarativeContent"], @@ -16,7 +16,7 @@ ], "incognito": "split", "browser_action": { - "default_title": "Edge Customizer" + "default_title": "BrowserToys" }, "icons": {"128": "icon.png"}, "commands": {