Millennials to Snake People

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

Millennials to Snake People क्या है?

Millennials to Snake People Eric Bailey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Millennial' with 'Snake People'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Millennials to Snake People एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
आधिकारिक URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
विवरण Replaces the text 'Millennial' with 'Snake People'.
फ़ाइल का आकार 27.41 KB
स्थापना संख्या 9,627
वर्तमान संस्करण 2.3
अंतिम अपडेट 2019-03-11
प्रकाशन तिथि 2019-03-10
रेटिंग 4.70/5 कुल 343 रेटिंग्स
डेवलपर Eric Bailey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ericwbailey/millennial-to-snake-people
सहायता पृष्ठ URL https://github.com/ericwbailey/millennials-to-snake-people/issues
समर्थित भाषाएँ 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"
        }
    ]
}