Randomized Rickroller

Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland

Qu'est-ce que Randomized Rickroller ?

Randomized Rickroller est une extension Chrome développée par noahrefsland, et sa fonction principale est "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Randomized Rickroller

Téléchargez les fichiers d'extension Randomized Rickroller 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

                        With this extension, there is a 1 in 1 million chance by default to get rickrolled every click. You can change the value if you click on the extension. Feel free to prank your friends or family with this.

(Feel free to donate at https://www.noahrefsland.com/patreon)

* I am not the owner of 'Never Gonna Give You Up'. All rights go to the song's current owners and original producer Rick Astley.                    

Informations de Base sur l'Extension

Nom Randomized Rickroller Randomized Rickroller
ID kaaikelefhdlgfmpijphkomeopienjgi
URL Officiel https://chromewebstore.google.com/detail/randomized-rickroller/kaaikelefhdlgfmpijphkomeopienjgi
Description Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland
Taille du Fichier 218 KB
Nombre d'Installations 76
Version Actuelle 1.0
Dernière Mise à Jour 2023-02-02
Date de Publication 2023-02-01
Développeur noahrefsland
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": "Randomized Rickroller",
    "description": "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland",
    "icons": {
        "640": "logo.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "gui.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}