RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

Qu'est-ce que RickBlock ?

RickBlock est une extension Chrome développée par bjornorri, et sa fonction principale est "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RickBlock

Téléchargez les fichiers d'extension RickBlock 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

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

Informations de Base sur l'Extension

Nom RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
URL Officiel https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Description RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Taille du Fichier 1.54 MB
Nombre d'Installations 428
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-21
Date de Publication 2014-08-21
Évaluation 4.00/5 Total 5 Évaluations
Développeur bjornorri
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}