RickRoll Blocker

Detects and blocks most Rick Rolls.

Apa itu RickRoll Blocker?

RickRoll Blocker adalah ekstensi Chrome yang dikembangkan oleh flurri, dan fitur utamanya adalah "Detects and blocks most Rick Rolls.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RickRoll Blocker

Unduh file ekstensi RickRoll Blocker 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

                        A *state of the art* extension to block most rickrolls for you.

Change Log:

1.0.1
Minor fix                    

Informasi Dasar Ekstensi

Nama RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
URL Resmi https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
Deskripsi Detects and blocks most Rick Rolls.
Ukuran File 1002 KB
Jumlah Instalasi 194
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2022-05-31
Penilaian 5.00/5 Total 4 Penilaian
Pengembang flurri
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Blocker",
    "description": "Detects and blocks most Rick Rolls.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detect.js"
            ]
        }
    ],
    "icons": {
        "16": "i16.png",
        "32": "i32.png",
        "48": "i48.png",
        "128": "i128.png"
    },
    "manifest_version": 3
}