Millennials to Snake People Pure

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

Qu'est-ce que Millennials to Snake People Pure ?

Millennials to Snake People Pure est une extension Chrome développée par Steven Tan, et sa fonction principale est "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Millennials to Snake People Pure

Téléchargez les fichiers d'extension Millennials to Snake People Pure au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Millennials to Snake People Pure Millennials to Snake People Pure
ID ekkcdmnckghgcbgkdfbafpgepbmkjhnd
URL Officiel https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd
Description Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
Taille du Fichier 12.91 KB
Nombre d'Installations 176
Version Actuelle 1.2
Dernière Mise à Jour 2019-01-27
Date de Publication 2019-01-27
Évaluation 4.00/5 Total 11 Évaluations
Développeur Steven Tan
Type de Paiement free
Site Web de l'Extension https://github.com/steven-tan/millennials-to-snake-people-pure
Langues Prises en Charge 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"
        }
    ]
}