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.

Was ist Scrambler's Paradise?

Scrambler's Paradise ist eine Chrome-Erweiterung, die von brynjargr entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scrambler's Paradise-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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:                    

Grundlegende Informationen zur Erweiterung

Name Scrambler's Paradise Scrambler's Paradise
ID edioepjengikiaecffahandgcpifbfjn
Offizielle URL https://chrome.google.com/webstore/detail/scramblers-paradise/edioepjengikiaecffahandgcpifbfjn
Beschreibung Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.
Dateigröße 70.74 KB
Installationsanzahl 111
Aktuelle Version 1.0
Letztes Update 2013-08-10
Veröffentlichungsdatum 2013-08-10
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler brynjargr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}