RickBlock

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

Co to jest RickBlock?

RickBlock to rozszerzenie Chrome opracowane przez bjornorri, a jego główną funkcją jest „RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RickBlock

Pobierz pliki rozszerzeń RickBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
Oficjalny URL https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Opis RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Rozmiar pliku 1.54 MB
Liczba instalacji 428
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-08-21
Data Publikacji 2014-08-21
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper bjornorri
Typ Płatności free
Obsługiwane Języki 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"
    ]
}