Word Swap!

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

Cos'è Word Swap!?

Word Swap! è un'estensione di Chrome sviluppata da Devan H., e la sua funzione principale è "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Word Swap!

Scarica i file di estensione Word Swap! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
URL Ufficiale https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Descrizione Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Dimensione del File 47.99 KB
Conteggio Installazioni 449
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-11
Data di Pubblicazione 2014-10-11
Valutazione 3.47/5 Totale 15 Valutazioni
Sviluppatore Devan H.
Tipo di Pagamento free
Lingue Supportate 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"
}