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.

Qu'est-ce que Scrambler's Paradise ?

Scrambler's Paradise est une extension Chrome développée par brynjargr, et sa fonction principale est "Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.".

Télécharger le fichier CRX de l'extension Scrambler's Paradise

Téléchargez les fichiers d'extension Scrambler's Paradise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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:                    

Informations de Base sur l'Extension

Nom Scrambler's Paradise Scrambler's Paradise
ID edioepjengikiaecffahandgcpifbfjn
URL Officiel https://chrome.google.com/webstore/detail/scramblers-paradise/edioepjengikiaecffahandgcpifbfjn
Description Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.
Taille du Fichier 70.74 KB
Nombre d'Installations 111
Version Actuelle 1.0
Dernière Mise à Jour 2013-08-10
Date de Publication 2013-08-10
Évaluation 3.67/5 Total 3 Évaluations
Développeur brynjargr
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}