Scrambler's Paradise

Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.

Что такое Scrambler's Paradise?

Scrambler's Paradise - это расширение Chrome, разработанное brynjargr, и его основная функция - "Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.".

Скачать файл CRX расширения Scrambler's Paradise

Скачайте файлы расширений Scrambler's Paradise в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension is a great tool for playing a prank on somebody. With this extension installed every word on every page that you visit will be scrambled, while keeping the first and last letter of each word in place. So it is possible to understand what the text is saying, but it gets very confusing fast. This description will look like this after scrambling it:
This enoeitsxn is a great tool for pnilayg a prank on sbdmooey. With this enxestion istelnlad every word on every page that you visit will be sermclbad, while kpeneig the first and last lteter of each word in place. So it is pslsobie to uesdnntrad what the text is synaig, but it gets very cfnoiunsg fast. This dipoierstcn will look like this after simlbacrng it:                    

Основная информация о расширении

Название Scrambler's Paradise Scrambler's Paradise
ID edioepjengikiaecffahandgcpifbfjn
Официальный URL https://chrome.google.com/webstore/detail/scramblers-paradise/edioepjengikiaecffahandgcpifbfjn
Описание Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.
Размер файла 70.74 KB
Количество установок 111
Текущая Версия 1.0
Последнее Обновление 2013-08-10
Дата публикации 2013-08-10
Рейтинг 3.67/5 Всего 3 оценок
Разработчик brynjargr
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrambler's Paradise",
    "description": "Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.2.min.map.js",
                "scramble.js"
            ]
        }
    ]
}