DJs Everwhere

It turns out everyone is a DJ

DJs Everwhere là gì?

DJs Everwhere là một tiện ích mở rộng Chrome được phát triển bởi crccheck, và tính năng chính của nó là "It turns out everyone is a DJ".

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

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

Tải xuống các tệp mở rộng DJs Everwhere 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

                        Changes certain titles to "DJ". Make the news more fun with headlines like:

DJ Obama to announce executive action on immigration Thursday

Ex-Virginia DJ Jim Webb announces he's forming 2016 exploratory committee

William C. Dudley, DJ of the New York Fed, says, “I don't think anyone should question our motives.”

After the DJ doubled down on his promise to change the immigration system, Greg Abbott made his own vow: Expect a lawsuit from Texas. But some legal DJs doubt Abbott can successfully challenge the DJ's order.                    

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

Tên DJs Everwhere DJs Everwhere
ID kohnmfkmnhcganbfphkhmahgheackagg
URL Chính Thức https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg
Mô tả It turns out everyone is a DJ
Kích Thước Tệp 3.58 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-11-22
Ngày Phát Hành 2014-11-21
Nhà Phát Triển crccheck
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/crccheck/dj.js
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DJs Everwhere",
    "short_name": "DJs Everywhere",
    "version": "0.2",
    "description": "It turns out everyone is a DJ",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}