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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |