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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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