No rick-roll

This extension warns you every time you click on a link that could involve a rick-roll.

Wat is No rick-roll?

No rick-roll is een Chrome-extensie ontwikkeld door level 8, en de belangrijkste functie is "This extension warns you every time you click on a link that could involve a rick-roll.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie No rick-roll

Download No rick-roll-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

                        This chrome extension makes it so that if you try to open a youtube video with is a rickroll you are going to be prompted and asked if you want to continue or cancel. If you install it you will decrease the chance of being rickrolled.

This is an open-source extension so if you want to contribute and make it beter you can do so. Here is the GitHub link: https://github.com/Tim194/No-rick-roll                    

Basisinformatie over de Extensie

Naam No rick-roll No rick-roll
ID oljmncocnnpghpdnmdffphhcanpgmkok
Officiële URL https://chromewebstore.google.com/detail/no-rick-roll/oljmncocnnpghpdnmdffphhcanpgmkok
Beschrijving This extension warns you every time you click on a link that could involve a rick-roll.
Bestandsgrootte 13.38 KB
Aantal Installaties 613
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2021-01-18
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar level 8
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No rick-roll",
    "version": "1.0.0",
    "description": "This extension warns you every time you click on a link that could involve a rick-roll.",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}