Change to manifest v3, documentation updates

This commit is contained in:
2025-08-26 16:59:24 -04:00
parent ac2b6652b6
commit 7f892c7366
2 changed files with 25 additions and 9 deletions

View File

@@ -3,13 +3,29 @@
#+OPTIONS: toc:nil #+OPTIONS: toc:nil
*yt-share-cleaner* is an extension that removes tracking from YouTube share links. *yt-share-cleaner* is an extension that removes tracking from YouTube share links.
[[https://addons.mozilla.org/firefox/addon/yt-share-cleaner/][https://blog.mozilla.org/addons/files/2015/11/get-the-addon.png]] [[https://www.firefox.com/download][https://developer.chrome.com/static/docs/webstore/branding/image/UV4C4ybeBTsZt43U4xis.png]] [[https://addons.mozilla.org/firefox/addon/yt-share-cleaner/][https://blog.mozilla.org/addons/files/2015/11/get-the-addon.png]]
[[https://www.firefox.com/download][https://developer.chrome.com/static/docs/webstore/branding/image/UV4C4ybeBTsZt43U4xis.png]]
When using the `Share` button -> `Copy` button to copy the share link, YouTube * Purpose
When using the ~Share~ button -> ~Copy~ button to copy the share link, YouTube
adds a tracking portion to the URL. adds a tracking portion to the URL.
To deal with this annoyance, yt-share-cleaner:
1. runs whenever the mouse is clicked * Installation
2. reads the contents of the clipboard ** Firefox
3. if the clipboard has a YouTube share link, remove the tracking portion and Install yt-share-cleaner using the AMO link above.
write the new URL to the clipboard
** Chrome, Chromium-based browsers
These are not supported, but the extension should work on them as well.
Not available on the Chrome Web Store. I am not inclined to pay Google's
registration fee. See your browser's documentation on installing 3rd-party
extensions.
* Usage
1. click on the ~Copy~ button
2. yt-share-cleaner reads the clipboard; if the content is a YouTube share link,
the tracking parameter is removed
3. yt-share-cleaner writes the cleaned link to the clipboard

View File

@@ -1,6 +1,6 @@
{ {
"name": "yt-share-cleaner", "name": "yt-share-cleaner",
"version": "0.0.2", "version": "0.0.3",
"author": "yungtopre", "author": "yungtopre",
"homepage_url": "https://git.traphouse.cathoderaytube.net/chase/yt-share-cleaner", "homepage_url": "https://git.traphouse.cathoderaytube.net/chase/yt-share-cleaner",
@@ -27,7 +27,7 @@
} }
], ],
"manifest_version": 2, "manifest_version": 3,
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "{57bdffa1-13b1-47df-aefe-46f329653789}" "id": "{57bdffa1-13b1-47df-aefe-46f329653789}"