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"
        }
    ]
}