Brexit means Breadsticks

Turns every mention of Brexit on any website into 'breadsticks'

Brexit means Breadsticksคืออะไร?

Brexit means Breadsticks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nkhilv และคุณลักษณะหลักของมันคือ "Turns every mention of Brexit on any website into 'breadsticks'"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brexit means Breadsticks

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

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

                        Are you tired coming across brexit everywhere you go? 

Turn any mention of the word 'Brexit' to 'Breadsticks'. 

Install it to save your sanity. I promise eternal salvation, or triple your money back! 

You can find the working code for this plugin on Github (/nkhil).

P.S. I'm currently looking for a junior developer role. In case you know anyone who's looking for a hard working developer, my Github username is nkhil, and my portfolio is nikhilvijayan(dot)com                    

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

ชื่อ Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
คำอธิบาย Turns every mention of Brexit on any website into 'breadsticks'
ขนาดไฟล์ 26.49 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2019-04-05
วันที่เผยแพร่ 2019-04-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nkhilv
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.nikhilvijayan.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit means Breadsticks",
    "version": "0.1.4",
    "description": "Turns every mention of Brexit on any website into 'breadsticks'",
    "icons": {
        "16": "images\/breadsticks16.png",
        "48": "images\/breadsticks48.png",
        "128": "images\/breadsticks128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}