Ultimate Rickroller

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

Vad är Ultimate Rickroller?

Ultimate Rickroller är en Chrome-tillägg utvecklad av IncognitoStudios, och dess huvudfunktion är "Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ultimate Rickroller-förlängningens CRX-fil

Ladda ner Ultimate Rickroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Ultimate Rickroller Ultimate Rickroller
ID mbldmpdimcodkhimlehfhhfecnngmipp
Officiell webbadress https://chromewebstore.google.com/detail/ultimate-rickroller/mbldmpdimcodkhimlehfhhfecnngmipp
Beskrivning Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!
Filstorlek 513 KB
Antal Installationer 2,266
Aktuell Version 1.2
Senast Uppdaterad 2021-03-19
Publiceringsdatum 2020-10-21
Betyg 4.22/5 Totalt 9 Betyg
Utvecklare IncognitoStudios
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}