FuckOff.YT
Tell YouTube ads to fuck off
What is FuckOff.YT?
FuckOff.YT is a Chrome extension developed by mattgord, and its main feature is "Tell YouTube ads to fuck off".
Extension Screenshots
Download FuckOff.YT Extension CRX File
Download FuckOff.YT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tell YouTube Ads to Fuck Off Sick of ceaseless, intrusive ads on YouTube? Tell them to Fuck Off YouTube ads getting you down? Want to tell them to Fuck Off? This simple Chrome extension changes 'Skip ads' to 'Fuck Off' on YouTube Install the Chrome Extension (takes 2mins) Click the 'Fuck Off' button That's it. Ad fucks off
Extension Basic Information
Name | |
ID | hgoojfigakagfdmdjidpkkhnjkamggml |
Official URL | https://chrome.google.com/webstore/detail/fuckoffyt/hgoojfigakagfdmdjidpkkhnjkamggml |
Description | Tell YouTube ads to fuck off |
File Size | 14.37 KB |
Installation Count | 735 |
Current Version | 1.1 |
Last Updated | 2021-05-21 |
Publish Date | 2021-05-21 |
Rating | 4.33/5 Total 6 Ratings |
Developer | mattgord |
[email protected] | |
Payment Type | free |
Extension Website | https://FuckOff.yt |
Help Page URL | https://FuckOff.yt |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FuckOff.YT ", "description": "Tell YouTube ads to fuck off", "version": "1.1", "icons": { "128": "fuckoff.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "youtube.js" ] } ] } |