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開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.”。

擴展截圖

screenshot

下載Millennials to Snake People Pure擴展crx文件

下載Millennials to Snake People Pure擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}