Reddit Skwisgaarifyer
Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Wat is Reddit Skwisgaarifyer?
Reddit Skwisgaarifyer is een Chrome-extensie ontwikkeld door jonash, en de belangrijkste functie is "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Skwisgaarifyer
Download Reddit Skwisgaarifyer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?).
Basisinformatie over de Extensie
Naam | |
ID | bkigffbamdggjllmcgacjcgigognnoca |
Officiële URL | https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca |
Beschrijving | Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores. |
Bestandsgrootte | 39.91 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.22 |
Laatst Bijgewerkt | 2014-11-27 |
Publicatiedatum | 2014-11-27 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | jonash |
Betalingswijze | free |
Extensiewebsite | https://github.com/hellmanhellman/skwizz |
Ondersteunde Talen | 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 } ] } |