Reddit Skwisgaarifyer
Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Qu'est-ce que Reddit Skwisgaarifyer ?
Reddit Skwisgaarifyer est une extension Chrome développée par jonash, et sa fonction principale est "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Skwisgaarifyer
Téléchargez les fichiers d'extension Reddit Skwisgaarifyer 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
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?).
Informations de Base sur l'Extension
Nom | |
ID | bkigffbamdggjllmcgacjcgigognnoca |
URL Officiel | https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca |
Description | Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores. |
Taille du Fichier | 39.91 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.22 |
Dernière Mise à Jour | 2014-11-27 |
Date de Publication | 2014-11-27 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | jonash |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hellmanhellman/skwizz |
Langues Prises en Charge | 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 } ] } |