Millennials to Snake People

Replaces the text 'Millennial' with 'Snake People'.

Qu'est-ce que Millennials to Snake People ?

Millennials to Snake People est une extension Chrome développée par Eric Bailey, et sa fonction principale est "Replaces the text 'Millennial' with 'Snake People'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Millennials to Snake People 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

                        Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?                    

Informations de Base sur l'Extension

Nom Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
URL Officiel https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Description Replaces the text 'Millennial' with 'Snake People'.
Taille du Fichier 27.41 KB
Nombre d'Installations 9,627
Version Actuelle 2.3
Dernière Mise à Jour 2019-03-11
Date de Publication 2019-03-10
Évaluation 4.70/5 Total 343 Évaluations
Développeur Eric Bailey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ericwbailey/millennial-to-snake-people
URL de la Page d'Aide https://github.com/ericwbailey/millennials-to-snake-people/issues
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",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People'.",
    "author": "Eric Bailey",
    "version": "2.3",
    "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"
        }
    ]
}