Word Swap!

Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…

Qu'est-ce que Word Swap! ?

Word Swap! est une extension Chrome développée par Devan H., et sa fonction principale est "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Swap!

Téléchargez les fichiers d'extension Word Swap! 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

                        Changes words on webpages to other words!


Switch words or phrases on webpages,  with another words or phrases! 


Have to research somehthing really boring? Swap "The heartworm life cycle" with "Cat meow meow wat?"  


Want to convince a friend you have "hacked" their Facebook account? Give your friends crazy nicknames! 



To add or clear words/phrases:
- Go to your chrome settings
- Click "Extensions" on the left of the page
- Find "Word Swap!" and press "Options" 



*Disclaimer?* It kind of breaks everything if you use small words like 'a'. So, maybe don't do that?                    

Informations de Base sur l'Extension

Nom Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
URL Officiel https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Description Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Taille du Fichier 47.99 KB
Nombre d'Installations 449
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-11
Date de Publication 2014-10-11
Évaluation 3.47/5 Total 15 Évaluations
Développeur Devan H.
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Swap!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq\/jquery-1.11.1.min.js",
                "adlib.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ga.js"
    ],
    "options_page": "options.html"
}