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
官方網址 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"
            ]
        }
    ]
}