RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
ما هو RickrollGuard؟
RickrollGuard هو إضافة Chrome تم تطويرها بواسطة theepicsully، والميزة الرئيسية لها هي "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RickrollGuard
قم بتنزيل ملفات الامتداد RickrollGuard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
الوصف | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
حجم الملف | 341 KB |
عدد التثبيتات | 451 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-11-17 |
تاريخ النشر | 2020-11-17 |
تقييم | 3.33/5 مجموع تقييمات 6 |
المطور | theepicsully |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sullycb.github.io/RickrollGuard.html |
اللغات المدعومة | 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" } } |