RickBlock

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

Hvad er RickBlock?

RickBlock er en Chrome-udvidelse udviklet af bjornorri, og dens hovedfunktion er "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Udvidelsesskærmbilleder

screenshot

Download RickBlock-udvidelses-CRX-fil

Download RickBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
Officiel URL https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Beskrivelse RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Filstørrelse 1.54 MB
Antal Installationer 428
Nuværende Version 1.0
Senest Opdateret 2014-08-21
Udgivelsesdato 2014-08-21
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler bjornorri
Betalingsmetode free
Understøttede Sprog 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"
    ]
}