FuckOff.YT

Tell YouTube ads to fuck off

Cos'è FuckOff.YT?

FuckOff.YT è un'estensione di Chrome sviluppata da mattgord, e la sua funzione principale è "Tell YouTube ads to fuck off".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FuckOff.YT

Scarica i file di estensione FuckOff.YT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FuckOff.YT FuckOff.YT
ID hgoojfigakagfdmdjidpkkhnjkamggml
URL Ufficiale https://chrome.google.com/webstore/detail/fuckoffyt/hgoojfigakagfdmdjidpkkhnjkamggml
Descrizione Tell YouTube ads to fuck off
Dimensione del File 14.37 KB
Conteggio Installazioni 735
Versione Corrente 1.1
Ultimo Aggiornamento 2021-05-21
Data di Pubblicazione 2021-05-21
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore mattgord
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://FuckOff.yt
URL della Pagina di Aiuto https://FuckOff.yt
Lingue Supportate 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"
            ]
        }
    ]
}