Reddit Skwisgaarifyer

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

Co to jest Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer to rozszerzenie Chrome opracowane przez jonash, a jego główną funkcją jest „Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Skwisgaarifyer

Pobierz pliki rozszerzeń Reddit Skwisgaarifyer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
Oficjalny URL https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Opis Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Rozmiar pliku 39.91 KB
Liczba instalacji 22
Aktualna Wersja 1.22
Ostatnia Aktualizacja 2014-11-27
Data Publikacji 2014-11-27
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper jonash
Typ Płatności free
Strona Rozszerzenia https://github.com/hellmanhellman/skwizz
Obsługiwane Języki 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
        }
    ]
}