Get Ricked

This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…

Qu'est-ce que Get Ricked ?

Get Ricked est une extension Chrome développée par wangluopigu, et sa fonction principale est "This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Ricked

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

                        This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley. It was developed for people who have no friends, or just no friends with a sense of humor, and have never been Rick rolled. The odds are low you'll easily hit the jackpot, but one day, long after you've installed this, and when you least expect it, you'll click a link and wind up dancing away three minutes and thirty-two seconds. 

Why wait? Install now!                    

Informations de Base sur l'Extension

Nom Get Ricked Get Ricked
ID lcjmhcfjhjbbbdggglcdmmndpefkghlj
URL Officiel https://chromewebstore.google.com/detail/get-ricked/lcjmhcfjhjbbbdggglcdmmndpefkghlj
Description This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…
Taille du Fichier 22.7 KB
Nombre d'Installations 20
Version Actuelle 0.1
Dernière Mise à Jour 2021-03-18
Date de Publication 2021-03-18
Développeur wangluopigu
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Ricked",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rickroll.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": ""
    }
}