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.
Vad är Rickroll Extension?
Rickroll Extension är en Chrome-tillägg utvecklad av Glebodan, och dess huvudfunktion är "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".
Tilläggsskärmbilder
Ladda ner Rickroll Extension-förlängningens CRX-fil
Ladda ner Rickroll Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage. Grundläggande Information om Tillägg
| Namn | |
| ID | jnbnepchhogcmmilkofgdnpgmcceomca |
| Officiell webbadress | https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca |
| Beskrivning | A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage. |
| Filstorlek | 35.8 KB |
| Antal Installationer | 32 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-03-22 |
| Publiceringsdatum | 2023-03-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Glebodan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |