RickBlock

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

Apa itu RickBlock?

RickBlock adalah ekstensi Chrome yang dikembangkan oleh bjornorri, dan fitur utamanya adalah "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RickBlock

Unduh file ekstensi RickBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
URL Resmi https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Deskripsi RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Ukuran File 1.54 MB
Jumlah Instalasi 428
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-21
Tanggal Publikasi 2014-08-21
Penilaian 4.00/5 Total 5 Penilaian
Pengembang bjornorri
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}