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はbrynjargrによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}