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.

Wat is Rickroll Extension?

Rickroll Extension is een Chrome-extensie ontwikkeld door Glebodan, en de belangrijkste functie is "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rickroll Extension

Download Rickroll Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.                    

Basisinformatie over de Extensie

Naam Rickroll Extension Rickroll Extension
ID jnbnepchhogcmmilkofgdnpgmcceomca
Officiële URL https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca
Beschrijving A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
Bestandsgrootte 35.8 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-22
Publicatiedatum 2023-03-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Glebodan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}