FuckOff.YT
Tell YouTube ads to fuck off
什么是FuckOff.YT?
FuckOff.YT是由mattgord开发的Chrome扩展程序,该扩展的主要功能是“Tell YouTube ads to fuck off”。
扩展截图
下载FuckOff.YT扩展crx文件
下载FuckOff.YT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hgoojfigakagfdmdjidpkkhnjkamggml |
官方URL | https://chrome.google.com/webstore/detail/fuckoffyt/hgoojfigakagfdmdjidpkkhnjkamggml |
简介 | Tell YouTube ads to fuck off |
文件大小 | 14.37 KB |
安装次数 | 735 |
当前版本 | 1.1 |
更新时间 | 2021-05-21 |
上架时间 | 2021-05-21 |
评分 | 4.33/5 共6次评分 |
开发者 | mattgord |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://FuckOff.yt |
帮助页面URL | https://FuckOff.yt |
支持的语言 | 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" ] } ] } |