RickRoll Blocker

Detects and blocks most Rick Rolls.

Wat is RickRoll Blocker?

RickRoll Blocker is een Chrome-extensie ontwikkeld door flurri, en de belangrijkste functie is "Detects and blocks most Rick Rolls.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RickRoll Blocker

Download RickRoll Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A *state of the art* extension to block most rickrolls for you.

Change Log:

1.0.1
Minor fix                    

Basisinformatie over de Extensie

Naam RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
Officiële URL https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
Beschrijving Detects and blocks most Rick Rolls.
Bestandsgrootte 1002 KB
Aantal Installaties 194
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-06-14
Publicatiedatum 2022-05-31
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar flurri
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Blocker",
    "description": "Detects and blocks most Rick Rolls.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detect.js"
            ]
        }
    ],
    "icons": {
        "16": "i16.png",
        "32": "i32.png",
        "48": "i48.png",
        "128": "i128.png"
    },
    "manifest_version": 3
}