Millennials to Snake People Pure

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

Millennials to Snake People Pure क्या है?

Millennials to Snake People Pure Steven Tan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed."।

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

screenshot

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

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

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

                        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.                    

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

नाम Millennials to Snake People Pure Millennials to Snake People Pure
ID ekkcdmnckghgcbgkdfbafpgepbmkjhnd
आधिकारिक URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd
विवरण Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
फ़ाइल का आकार 12.91 KB
स्थापना संख्या 176
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-01-27
प्रकाशन तिथि 2019-01-27
रेटिंग 4.00/5 कुल 11 रेटिंग्स
डेवलपर Steven Tan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/steven-tan/millennials-to-snake-people-pure
समर्थित भाषाएँ 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"
        }
    ]
}