{"id":25424966,"url":"https://github.com/pxbunny/youtube-browser-extension","last_synced_at":"2025-10-31T15:30:25.375Z","repository":{"id":224121977,"uuid":"762187731","full_name":"dae-ne/youtube-browser-extension","owner":"dae-ne","description":"[in development] Enhance your YouTube experience with this Chrome extension! Transform your browsing with ad-blocking features, UI improvements, and greater control over Shorts and video playback.","archived":false,"fork":false,"pushed_at":"2024-10-21T19:08:11.000Z","size":642,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-22T11:50:30.139Z","etag":null,"topics":["ad-blocker","adblocker","browser-extension","chrome","chrome-extension","extension","svelte","youtube","youtube-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dae-ne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T09:05:25.000Z","updated_at":"2024-10-21T19:08:15.000Z","dependencies_parsed_at":"2024-04-23T19:38:08.740Z","dependency_job_id":"f13702a9-a653-45fe-9abf-b3bd284070d8","html_url":"https://github.com/dae-ne/youtube-browser-extension","commit_stats":null,"previous_names":["dae-ne/yt-shorts-to-video","dae-ne/youtube-browser-extension"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dae-ne%2Fyoutube-browser-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dae-ne%2Fyoutube-browser-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dae-ne%2Fyoutube-browser-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dae-ne%2Fyoutube-browser-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dae-ne","download_url":"https://codeload.github.com/dae-ne/youtube-browser-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239207602,"owners_count":19600021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad-blocker","adblocker","browser-extension","chrome","chrome-extension","extension","svelte","youtube","youtube-extension"],"created_at":"2025-02-16T23:18:34.407Z","updated_at":"2025-10-31T15:30:25.323Z","avatar_url":"https://github.com/dae-ne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"assets/logo.png\" alt=\"logo\" width=\"300px\"\u003e\n\n  [![Release][release-shield]][latest-release]\n  [![Last commit][last-commit-shield]][latest-commit]\n  [![License][license-shield]][license-file]\n\n  [Changes since the last release »][latest-changes]\n\n  [Report Bug][bug-report-template] · [Request Feature][feature-request-template] · [Discussions][discussions]\n\n\u003c/div\u003e\n\n\n## Features\n\n- ***Shorts To Video* Button** - adds a button to the shorts page that allows you to watch the short as a standard video.\n- **Auto Loop Video** - sets the loop property of the video after clicking the *shorts to video* button.\n- **Shorts UI Tweaks** - some UI improvements for the shorts page, especially for vertical screens.\n- **Hide Sponsored Shorts** - hides sponsored shorts from the shorts page.\n- **Hide Masthead Ads** - hides the *masthead ads* on the homepage.\n- **Hide In-Feed Ads** - hides *in-feed ads* (except for homepage, because it would break the layout).\n- **Hide Player Ads** - hides *player ads* on the watch page.\n\n\u003chr/\u003e\n\n- **Auto Skip Ads** - [deprecated] automatically skips ads when they appear on a video. You can use the [uBlock Origin][ublock-origin] extension instead.\n- **Remove AdBlock error message** - [deprecated] removes the error message that appears when an ad blocker is detected.\n\n\n## Installation\n\n1. Open the [latest release][latest-release] and download the `youtube_extension_\u003cVERSION\u003e.zip` file.\n2. Unzip the downloaded file to a new directory.\n3. In Chrome, go to the `chrome://extensions/` page.\n4. Turn on the developer mode (top right corner).\n5. Click the `Load unpacked` button and select the unzipped directory.\n6. You can add the extension to the browser toolbar by clicking the `puzzle` icon in the top right corner and then clicking the `pin` icon next to the extension name.\n7. Right-click the extension icon in the toolbar and select `Options` to open the options page. Enable or disable the features as you wish.\n\n\n## Local development\n\n1. Clone the repository to your local machine.\n2. Set git hooks by running the `npm run prepare` command.\n3. Install the dependencies using the `npm install` command.\n4. Build the project using the `npm run build` command.\n5. Open the Chrome browser and go to the `chrome://extensions/` page.\n6. Turn on the developer mode (top right corner).\n7. Click the `Load unpacked` button and select the `dist` directory from the cloned repository.\n8. Build the project after making changes to the source code using the `npm run build` command.\n9. Reload the extension on the `chrome://extensions/` page to make sure every change is applied.\n\n\n\u003c!-- Shields --\u003e\n[release-shield]: https://img.shields.io/github/v/release/dae-ne/youtube-browser-extension\n[last-commit-shield]: https://img.shields.io/github/last-commit/dae-ne/youtube-browser-extension\n[license-shield]: https://img.shields.io/github/license/dae-ne/youtube-browser-extension.svg\n\n\u003c!-- Links --\u003e\n[latest-release]: https://github.com/dae-ne/youtube-browser-extension/releases/latest\n[latest-changes]: https://github.com/dae-ne/youtube-browser-extension/compare/latest...main\n[latest-commit]: https://github.com/dae-ne/youtube-browser-extension/compare/main^...main\n[discussions]: https://github.com/dae-ne/youtube-browser-extension/discussions\n[license-file]: LICENSE\n[ublock-origin]: https://github.com/gorhill/uBlock\n\n\u003c!-- Issue templates --\u003e\n[bug-report-template]: https://github.com/dae-ne/youtube-browser-extension/issues/new?labels=bug\u0026template=bug_report.md\n[feature-request-template]: https://github.com/dae-ne/youtube-browser-extension/issues/new?labels=enhancement\u0026template=feature_request.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxbunny%2Fyoutube-browser-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxbunny%2Fyoutube-browser-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxbunny%2Fyoutube-browser-extension/lists"}