RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Apa itu RickrollGuard?
RickrollGuard adalah ekstensi Chrome yang dikembangkan oleh theepicsully, dan fitur utamanya adalah "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RickrollGuard
Unduh file ekstensi RickrollGuard 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 a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.
Informasi Dasar Ekstensi
Nama | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
URL Resmi | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
Deskripsi | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
Ukuran File | 341 KB |
Jumlah Instalasi | 451 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-11-17 |
Tanggal Publikasi | 2020-11-17 |
Penilaian | 3.33/5 Total 6 Penilaian |
Pengembang | theepicsully |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sullycb.github.io/RickrollGuard.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickrollGuard", "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.", "background": { "scripts": [ "rickfinder.js" ] }, "author": "SullyBS", "permissions": [ "tabs", "alarms" ], "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "panel.html", "default_icon": "Rickhead.png" }, "icons": { "16": "Rickhead16.png", "48": "Rickhead48.png", "128": "Rickhead128.png" } } |