Scramble My Eggs

Scrambles all text on every page like some good morning eggs... Randomly

Scramble My Eggsとは何ですか?

Scramble My EggsはJmundo-31によって開発されたChromeの拡張機能で、その主な機能は「Scrambles all text on every page like some good morning eggs... Randomly」です。

Scramble My Eggs拡張機能のCRXファイルをダウンロード

Scramble My Eggs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This plugin scrambles web pages... Randomly... Muahahaha. Scramble My Eggs is specifically designed for messing with your friends. Install it in their browser and watch them go insane as all the text on webpages scrambles on random intervals.                    

拡張機能の基本情報

名前 Scramble My Eggs Scramble My Eggs
ID ceeefpglcekcgljcomhdhkkhkaaffglf
公式URL https://chrome.google.com/webstore/detail/scramble-my-eggs/ceeefpglcekcgljcomhdhkkhkaaffglf
説明 Scrambles all text on every page like some good morning eggs... Randomly
ファイルサイズ 3.51 KB
インストール数 26
現在のバージョン 2.3
最終更新日 2015-10-29
公開日 2015-10-29
開発者 Jmundo-31
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scramble My Eggs",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Scrambles all text on every page like some good morning eggs... Randomly",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_start"
        }
    ]
}