Rickroll Extension
A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
Cos'è Rickroll Extension?
Rickroll Extension è un'estensione di Chrome sviluppata da Glebodan, e la sua funzione principale è "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rickroll Extension
Scarica i file di estensione Rickroll Extension 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
Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage. Informazioni di Base sull'Estensione
| Nome | |
| ID | jnbnepchhogcmmilkofgdnpgmcceomca |
| URL Ufficiale | https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca |
| Descrizione | A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage. |
| Dimensione del File | 35.8 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-03-22 |
| Data di Pubblicazione | 2023-03-22 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Glebodan |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rickroll Extension",
"version": "1.0",
"description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |