RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Cos'è RickrollGuard?
RickrollGuard è un'estensione di Chrome sviluppata da theepicsully, e la sua funzione principale è "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RickrollGuard
Scarica i file di estensione RickrollGuard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
| URL Ufficiale | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
| Descrizione | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
| Dimensione del File | 341 KB |
| Conteggio Installazioni | 451 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-11-17 |
| Data di Pubblicazione | 2020-11-17 |
| Valutazione | 3.33/5 Totale 6 Valutazioni |
| Sviluppatore | theepicsully |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sullycb.github.io/RickrollGuard.html |
| Lingue Supportate | 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"
}
} | |