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.…

Was ist Get Ricked?

Get Ricked ist eine Chrome-Erweiterung, die von wangluopigu entwickelt wurde, und ihr Hauptmerkmal ist "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.…".

Erweiterungsscreenshots

screenshot

Get Ricked-Erweiterungs-CRX-Datei herunterladen

Laden Sie Get Ricked-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Get Ricked Get Ricked
ID lcjmhcfjhjbbbdggglcdmmndpefkghlj
Offizielle URL https://chromewebstore.google.com/detail/get-ricked/lcjmhcfjhjbbbdggglcdmmndpefkghlj
Beschreibung 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.…
Dateigröße 22.7 KB
Installationsanzahl 20
Aktuelle Version 0.1
Letztes Update 2021-03-18
Veröffentlichungsdatum 2021-03-18
Entwickler wangluopigu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": ""
    }
}