RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
¿Qué es RickrollGuard?
RickrollGuard es una extensión de Chrome desarrollada por theepicsully, y su función principal es "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RickrollGuard
Descarga archivos de extensión RickrollGuard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
URL Oficial | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
Descripción | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
Tamaño del Archivo | 341 KB |
Cantidad de Instalaciones | 451 |
Versión Actual | 1.0 |
Última Actualización | 2020-11-17 |
Fecha de Publicación | 2020-11-17 |
Calificación | 3.33/5 Total de 6 Calificaciones |
Desarrollador | theepicsully |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://sullycb.github.io/RickrollGuard.html |
Idiomas Soportados | 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" } } |