Reddit Skwisgaarifyer

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

O que é Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer é uma extensão do Chrome desenvolvida por jonash, e sua principal característica é "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Skwisgaarifyer

Baixe arquivos de extensão Reddit Skwisgaarifyer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
URL Oficial https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Descrição Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Tamanho do Arquivo 39.91 KB
Contagem de Instalações 22
Versão Atual 1.22
Última Atualização 2014-11-27
Data de Publicação 2014-11-27
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor jonash
Tipo de Pagamento free
Site da Extensão https://github.com/hellmanhellman/skwizz
Idiomas Suportados 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
        }
    ]
}