Reddit Skwisgaarifyer
Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Cos'è Reddit Skwisgaarifyer?
Reddit Skwisgaarifyer è un'estensione di Chrome sviluppata da jonash, e la sua funzione principale è "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Skwisgaarifyer
Scarica i file di estensione Reddit Skwisgaarifyer 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
Picks out elements in the currently loaded reddit-page and randomly (rarely) changes some words, for instance "is" becomes "ams". Makes 40% of the words plural (Thats ams how thems shoulds be spelleds?).
Informazioni di Base sull'Estensione
Nome | |
ID | bkigffbamdggjllmcgacjcgigognnoca |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca |
Descrizione | Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores. |
Dimensione del File | 39.91 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.22 |
Ultimo Aggiornamento | 2014-11-27 |
Data di Pubblicazione | 2014-11-27 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | jonash |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hellmanhellman/skwizz |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Skwisgaarifyer", "short_name": "skwizz", "version": "1.22", "icons": { "128": "icon128.png", "48": "icon48.png" }, "description": "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.", "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": [ { "persistent": false } ] } |