RickRoll Blocker

Detects and blocks most Rick Rolls.

Qu'est-ce que RickRoll Blocker ?

RickRoll Blocker est une extension Chrome développée par flurri, et sa fonction principale est "Detects and blocks most Rick Rolls.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RickRoll Blocker

Téléchargez les fichiers d'extension RickRoll Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Change Log:

1.0.1
Minor fix                    

Informations de Base sur l'Extension

Nom RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
URL Officiel https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
Description Detects and blocks most Rick Rolls.
Taille du Fichier 1002 KB
Nombre d'Installations 194
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-14
Date de Publication 2022-05-31
Évaluation 5.00/5 Total 4 Évaluations
Développeur flurri
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}