Scramble My Eggs

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

Scramble My Eggs là gì?

Scramble My Eggs là một tiện ích mở rộng Chrome được phát triển bởi Jmundo-31, và tính năng chính của nó là "Scrambles all text on every page like some good morning eggs... Randomly".

Tải xuống tệp CRX của tiện ích mở rộng Scramble My Eggs

Tải xuống các tệp mở rộng Scramble My Eggs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scramble My Eggs Scramble My Eggs
ID ceeefpglcekcgljcomhdhkkhkaaffglf
URL Chính Thức https://chrome.google.com/webstore/detail/scramble-my-eggs/ceeefpglcekcgljcomhdhkkhkaaffglf
Mô tả Scrambles all text on every page like some good morning eggs... Randomly
Kích Thước Tệp 3.51 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2015-10-29
Ngày Phát Hành 2015-10-29
Nhà Phát Triển Jmundo-31
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}