stoptherickroll

prevents rickrolling

O que é stoptherickroll?

stoptherickroll é uma extensão do Chrome desenvolvida por KCGD, e sua principal característica é "prevents rickrolling".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão stoptherickroll

Baixe arquivos de extensão stoptherickroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome stoptherickroll stoptherickroll
ID oebfckkemammikaaljgngbcgdbdljdcm
URL Oficial https://chromewebstore.google.com/detail/stoptherickroll/oebfckkemammikaaljgngbcgdbdljdcm
Descrição prevents rickrolling
Tamanho do Arquivo 463 KB
Contagem de Instalações 359
Versão Atual 1.2
Última Atualização 2023-10-15
Data de Publicação 2020-07-12
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor KCGD
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}