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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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