RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Co to jest RickrollGuard?
RickrollGuard to rozszerzenie Chrome opracowane przez theepicsully, a jego główną funkcją jest „The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RickrollGuard
Pobierz pliki rozszerzeń RickrollGuard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
Oficjalny URL | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
Opis | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
Rozmiar pliku | 341 KB |
Liczba instalacji | 451 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-11-17 |
Data Publikacji | 2020-11-17 |
Ocena | 3.33/5 Łącznie 6 Oceny |
Deweloper | theepicsully |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sullycb.github.io/RickrollGuard.html |
Obsługiwane Języki | 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" } } |