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.

Qu'est-ce que Rickroll Extension ?

Rickroll Extension est une extension Chrome développée par Glebodan, et sa fonction principale est "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rickroll Extension

Téléchargez les fichiers d'extension Rickroll Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rickroll Extension Rickroll Extension
ID jnbnepchhogcmmilkofgdnpgmcceomca
URL Officiel https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca
Description A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
Taille du Fichier 35.8 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-22
Date de Publication 2023-03-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Glebodan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}