RickRoll Blocker

Never get rickrolled !

Apa itu RickRoll Blocker?

RickRoll Blocker adalah ekstensi Chrome yang dikembangkan oleh Aquib Khan, dan fitur utamanya adalah "Never get rickrolled !".

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

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

Informasi Dasar Ekstensi

Nama RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
URL Resmi https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
Deskripsi Never get rickrolled !
Ukuran File 42.3 KB
Jumlah Instalasi 463
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-09-29
Tanggal Publikasi 2022-08-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Aquib Khan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}