RickBlock

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

Cos'è RickBlock?

RickBlock è un'estensione di Chrome sviluppata da bjornorri, e la sua funzione principale è "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RickBlock

Scarica i file di estensione RickBlock 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

                        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!                    

Informazioni di Base sull'Estensione

Nome RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
URL Ufficiale https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Descrizione RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Dimensione del File 1.54 MB
Conteggio Installazioni 428
Versione Corrente 1.0
Ultimo Aggiornamento 2014-08-21
Data di Pubblicazione 2014-08-21
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore bjornorri
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}