Reddit Skwisgaarifyer

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

Apa itu Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer adalah ekstensi Chrome yang dikembangkan oleh jonash, dan fitur utamanya adalah "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Skwisgaarifyer

Unduh file ekstensi Reddit Skwisgaarifyer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
URL Resmi https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Deskripsi Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Ukuran File 39.91 KB
Jumlah Instalasi 22
Versi Saat Ini 1.22
Terakhir Diperbarui 2014-11-27
Tanggal Publikasi 2014-11-27
Penilaian 4.75/5 Total 8 Penilaian
Pengembang jonash
Tipe Pembayaran free
Situs Ekstensi https://github.com/hellmanhellman/skwizz
Bahasa yang Didukung 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
        }
    ]
}