Unf*ck My Northeastern

Stop myNortheastern from stealing your ctrl+f

Unf*ck My Northeasternคืออะไร?

Unf*ck My Northeastern เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benmuschol และคุณลักษณะหลักของมันคือ "Stop myNortheastern from stealing your ctrl+f"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unf*ck My Northeastern

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

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

                                            

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

ชื่อ Unf*ck My Northeastern Unf*ck My Northeastern
ID bfbeolkajjaollpdbnaaidliiafnbjon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon
คำอธิบาย Stop myNortheastern from stealing your ctrl+f
ขนาดไฟล์ 4.69 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2017-12-17
วันที่เผยแพร่ 2017-12-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา benmuschol
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unf*ck My Northeastern",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Stop myNortheastern from stealing your ctrl+f",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.northeastern.edu\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}