Scramble My Eggs

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

Scramble My Eggsคืออะไร?

Scramble My Eggs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jmundo-31 และคุณลักษณะหลักของมันคือ "Scrambles all text on every page like some good morning eggs... Randomly"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scramble My Eggs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}