Reddit Skwisgaarifyer

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

ما هو Reddit Skwisgaarifyer؟

Reddit Skwisgaarifyer هو إضافة Chrome تم تطويرها بواسطة jonash، والميزة الرئيسية لها هي "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reddit Skwisgaarifyer

قم بتنزيل ملفات الامتداد Reddit Skwisgaarifyer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
الوصف Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
حجم الملف 39.91 KB
عدد التثبيتات 22
النسخة الحالية 1.22
آخر تحديث 2014-11-27
تاريخ النشر 2014-11-27
تقييم 4.75/5 مجموع تقييمات 8
المطور jonash
نوع الدفع free
موقع الإضافة https://github.com/hellmanhellman/skwizz
اللغات المدعومة 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
        }
    ]
}