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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}