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"
            ]
        }
    ]
}