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 |
Eメール | [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" ] } ] } |