One True God

Show your devotion to the Lord

One True God là gì?

One True God là một tiện ích mở rộng Chrome được phát triển bởi dsurujon, và tính năng chính của nó là "Show your devotion to the Lord".

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

screenshot
screenshot

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

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

                        Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.                    

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

Tên One True God One True God
ID nnajkegpepmlenifnoffllhbejoefbij
URL Chính Thức https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij
Mô tả Show your devotion to the Lord
Kích Thước Tệp 26.05 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2015-03-15
Ngày Phát Hành 2015-03-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dsurujon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One True God",
    "version": "0.3",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "description": "Show your devotion to the Lord",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "nick16.png",
        "128": "nick128.png"
    }
}