stoptherickroll

prevents rickrolling

Wat is stoptherickroll?

stoptherickroll is een Chrome-extensie ontwikkeld door KCGD, en de belangrijkste functie is "prevents rickrolling".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie stoptherickroll

Download stoptherickroll-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

                        Become immune to the infamous rickroll without ever needing to memorize a link again! 

This extension uses a constantly growing database of rickroll links to make sure you never fall for the trap of being rickrolled. You can also add unknown rickroll links to the database by clicking the extension icon! If you come across a link that has a false positive of being a rickroll, you can add that to a local list of non-rickrolls that the extension wont block.

MAJOR BUG FIX: it works on all tabs now!

Fix #2: Fixed the extension (lost my last domain lol)                    

Basisinformatie over de Extensie

Naam stoptherickroll stoptherickroll
ID oebfckkemammikaaljgngbcgdbdljdcm
Officiële URL https://chromewebstore.google.com/detail/stoptherickroll/oebfckkemammikaaljgngbcgdbdljdcm
Beschrijving prevents rickrolling
Bestandsgrootte 463 KB
Aantal Installaties 359
Huidige Versie 1.2
Laatst Bijgewerkt 2023-10-15
Publicatiedatum 2020-07-12
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar KCGD
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stoptherickroll",
    "version": "1.2",
    "description": "prevents rickrolling",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "add rickroll"
    },
    "manifest_version": 2
}