Millennials Begone!

Replaces the text 'millennial' with 'pesky whipper-snapper'.

什么是Millennials Begone!?

Millennials Begone!是由Zeke Weeks开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'millennial' with 'pesky whipper-snapper'.”。

扩展截图

screenshot

下载Millennials Begone!扩展crx文件

下载Millennials Begone!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It happens to every generation. Time to take back the web from all those who can't handle time's linear nature.                    

扩展基本信息

名称 Millennials Begone! Millennials Begone!
ID dlgjecnejicmpdknhangcbeahbgipolf
官方URL https://chromewebstore.google.com/detail/millennials-begone/dlgjecnejicmpdknhangcbeahbgipolf
简介 Replaces the text 'millennial' with 'pesky whipper-snapper'.
文件大小 3.43 KB
安装次数 758
当前版本 1.0
更新时间 2013-11-26
上架时间 2013-11-26
评分 4.94/5 共32次评分
开发者 Zeke Weeks
付费类型 free
扩展官网 https://github.com/zekeweeks/millennials-begone
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials Begone!",
    "version": "1.0",
    "description": "Replaces the text 'millennial' with 'pesky whipper-snapper'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}