Millennials to Snake People Pure

Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.

O que é Millennials to Snake People Pure?

Millennials to Snake People Pure é uma extensão do Chrome desenvolvida por Steven Tan, e sua principal característica é "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Millennials to Snake People Pure

Baixe arquivos de extensão Millennials to Snake People Pure 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

                        This a simple fork of the original Millennials to Snake People extension by Eric Bailey.  I love the original extension, however the large Easter Egg list made it increasingly difficult to ready news articles without having random text changed.

I have forked off the original 1.7 version to create this extension.

Version History:
v1.0 - Original fork
v1.1 - Pulled in upstream changes to avoid the weird Facebook backwards entry bug
v1.2 - Removed a "pliskin faction" easter egg I missed earlier. Also streamlined repo so it's easier for me to do future updates.                    

Informações Básicas da Extensão

Nome Millennials to Snake People Pure Millennials to Snake People Pure
ID ekkcdmnckghgcbgkdfbafpgepbmkjhnd
URL Oficial https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd
Descrição Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
Tamanho do Arquivo 12.91 KB
Contagem de Instalações 176
Versão Atual 1.2
Última Atualização 2019-01-27
Data de Publicação 2019-01-27
Classificação 4.00/5 Total de 11 Avaliações
Desenvolvedor Steven Tan
Tipo de Pagamento free
Site da Extensão https://github.com/steven-tan/millennials-to-snake-people-pure
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials to Snake People Pure",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.",
    "author": "Steven Tan",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}