RickBlock

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

Was ist RickBlock?

RickBlock ist eine Chrome-Erweiterung, die von bjornorri entwickelt wurde, und ihr Hauptmerkmal ist "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Erweiterungsscreenshots

screenshot

RickBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie RickBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
Offizielle URL https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Beschreibung RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Dateigröße 1.54 MB
Installationsanzahl 428
Aktuelle Version 1.0
Letztes Update 2014-08-21
Veröffentlichungsdatum 2014-08-21
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler bjornorri
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}