Ultimate Rickroller

Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!

Wat is Ultimate Rickroller?

Ultimate Rickroller is een Chrome-extensie ontwikkeld door IncognitoStudios, en de belangrijkste functie is "Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ultimate Rickroller

Download Ultimate Rickroller-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

                        The most advanced Rickrolling extension out there, with various roll options, including a custom roll, which can all be adjusted to different roll probabilities.

⭐⭐⭐SPECIAL FEATURES:⭐⭐⭐
Multiple Meme Types
Changes values without a page refresh
Custom URL input
Visually appealing UI

Version 1.1 Notes (21/02/2021):
- Added more rolls                    

Basisinformatie over de Extensie

Naam Ultimate Rickroller Ultimate Rickroller
ID mbldmpdimcodkhimlehfhhfecnngmipp
Officiële URL https://chromewebstore.google.com/detail/ultimate-rickroller/mbldmpdimcodkhimlehfhhfecnngmipp
Beschrijving Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!
Bestandsgrootte 513 KB
Aantal Installaties 2,266
Huidige Versie 1.2
Laatst Bijgewerkt 2021-03-19
Publicatiedatum 2020-10-21
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar IncognitoStudios
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Rickroller",
    "version": "1.2",
    "description": "Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/rick128.png",
            "16": "images\/rick16.png",
            "32": "images\/rick32.png",
            "48": "images\/rick48.png"
        }
    },
    "icons": {
        "128": "images\/rick128.png",
        "16": "images\/rick16.png",
        "32": "images\/rick32.png",
        "48": "images\/rick48.png"
    },
    "manifest_version": 2
}