No rick-roll
This extension warns you every time you click on a link that could involve a rick-roll.
Apa itu No rick-roll?
No rick-roll adalah ekstensi Chrome yang dikembangkan oleh level 8, dan fitur utamanya adalah "This extension warns you every time you click on a link that could involve a rick-roll.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No rick-roll
Unduh file ekstensi No rick-roll 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 chrome extension makes it so that if you try to open a youtube video with is a rickroll you are going to be prompted and asked if you want to continue or cancel. If you install it you will decrease the chance of being rickrolled. This is an open-source extension so if you want to contribute and make it beter you can do so. Here is the GitHub link: https://github.com/Tim194/No-rick-roll
Informasi Dasar Ekstensi
Nama | No rick-roll |
ID | oljmncocnnpghpdnmdffphhcanpgmkok |
URL Resmi | https://chromewebstore.google.com/detail/no-rick-roll/oljmncocnnpghpdnmdffphhcanpgmkok |
Deskripsi | This extension warns you every time you click on a link that could involve a rick-roll. |
Ukuran File | 13.38 KB |
Jumlah Instalasi | 613 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-05-18 |
Tanggal Publikasi | 2021-01-18 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | level 8 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No rick-roll", "version": "1.0.0", "description": "This extension warns you every time you click on a link that could involve a rick-roll.", "permissions": [ "https:\/\/youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |