Remove Troll Quirks

This extension tries to translate Homestuck trolls' quirks to proper English

Remove Troll Quirksคืออะไร?

Remove Troll Quirks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wendelscardua และคุณลักษณะหลักของมันคือ "This extension tries to translate Homestuck trolls' quirks to proper English"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Troll Quirks

ดาวน์โหลดไฟล์ส่วนขยาย Remove Troll Quirks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension should be useful for people with trouble reading troll dialogs on the Homestuck webcomic. It tries to translate the trolls quirks to normal text. 

For example, Terezi's "H3Y COOL K1D" becomes "HEY COOL KID", and Feferi's "W)(----EW" becomes "WHEW".


Changelog:

1.1 - Adds support for Aradia, Tavros, fixes Eridan. Click on any translated line to toggle between translated and original text. 

1.0 - First version, supports Sollux, Nepeta, Terezi, Equius (kinda), Gamzee, Eridan (mostly), Feferi, Erisolsprite.

Future plans:

Options to turn on/off all translations, or even translations for each character. Support for "manual" translations (e.g. for Vriska's random 8s).

This extension is dedicated to my SO (♡), who couldn't read past Erisolsprite spritelogs because of their synaesthesia (the combination of ww and 2 on the same words was really bad for them).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove Troll Quirks Remove Troll Quirks
ID iikebejemfnipagihijgdgddbcbghifh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-troll-quirks/iikebejemfnipagihijgdgddbcbghifh
คำอธิบาย This extension tries to translate Homestuck trolls' quirks to proper English
ขนาดไฟล์ 34.22 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-06-12
วันที่เผยแพร่ 2015-06-11
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา wendelscardua
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Troll Quirks",
    "short_description": "Translates Homestuck trolls' quirks to proper English",
    "description": "This extension tries to translate Homestuck trolls' quirks to proper English",
    "version": "1.1",
    "icons": {
        "32": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.mspaintadventures.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "quirk-remover.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*.mspaintadventures.com\/*"
    ]
}