Reddit Skwisgaarifyer

Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.

¿Qué es Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer es una extensión de Chrome desarrollada por jonash, y su función principal es "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Skwisgaarifyer

Descarga archivos de extensión Reddit Skwisgaarifyer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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?).                    

Información Básica de la Extensión

Nombre Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
URL Oficial https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Descripción Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Tamaño del Archivo 39.91 KB
Cantidad de Instalaciones 22
Versión Actual 1.22
Última Actualización 2014-11-27
Fecha de Publicación 2014-11-27
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador jonash
Tipo de Pago free
Sitio Web de la Extensión https://github.com/hellmanhellman/skwizz
Idiomas Soportados 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
        }
    ]
}