RickRoll Blocker

Never get rickrolled !

Qu'est-ce que RickRoll Blocker ?

RickRoll Blocker est une extension Chrome développée par Aquib Khan, et sa fonction principale est "Never get rickrolled !".

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

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

Informations de Base sur l'Extension

Nom RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
URL Officiel https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
Description Never get rickrolled !
Taille du Fichier 42.3 KB
Nombre d'Installations 463
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-29
Date de Publication 2022-08-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur Aquib Khan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}