Brexit means Breadsticks

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

Brexit means Breadsticks là gì?

Brexit means Breadsticks là một tiện ích mở rộng Chrome được phát triển bởi nkhilv, và tính năng chính của nó là "Turns every mention of Brexit on any website into 'breadsticks'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brexit means Breadsticks

Tải xuống các tệp mở rộng Brexit means Breadsticks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
URL Chính Thức https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
Mô tả Turns every mention of Brexit on any website into 'breadsticks'
Kích Thước Tệp 26.49 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2019-04-05
Ngày Phát Hành 2019-04-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nkhilv
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nikhilvijayan.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}