Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.59 KB

hideytthumbnails-extension

A simple browser extension which removes thumbnails from YouTube, for less clickbaity browsing.

✨ Automatic install

Install this extension at:

👷 Manual install

  1. Clone this repository
  2. Go to chrome://extensions
  3. Enable Developer mode in the top right
  4. Click Load unpacked, and select the cloned folder

🚀 Releasing new versions

Common:

  1. Bump version in manifest.json
  2. Run ./package.sh to generate package.zip (or check the GitHub actions build artifacts)

Google

  1. Go to the extension in the Chrome Web Store developer dashboard
  2. Click 'Upload new package', and select package.zip

Mozilla Firefox

  1. Go to the extension in the Firefox Add-on Developer Hub
  2. Click 'Submit a New Version', and select package.zip

Microsoft Edge

  1. Go to the extension in the Microsoft Partner Center for Edge
  2. Click 'Update', 'Replace', and select package.zip