Deviantart.com Favicon Override

Overrides the default favicon for deviantart.com with the old, far superior favicon.

Deviantart.com Favicon Override là gì?

Deviantart.com Favicon Override là một tiện ích mở rộng Chrome được phát triển bởi crimsonmango, và tính năng chính của nó là "Overrides the default favicon for deviantart.com with the old, far superior favicon.".

Tải xuống tệp CRX của tiện ích mở rộng Deviantart.com Favicon Override

Tải xuống các tệp mở rộng Deviantart.com Favicon Override 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

                                            

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

Tên Deviantart.com Favicon Override Deviantart.com Favicon Override
ID nahcoedmigigijfonehkkbnbgoopgmnl
URL Chính Thức https://chromewebstore.google.com/detail/deviantartcom-favicon-ove/nahcoedmigigijfonehkkbnbgoopgmnl
Mô tả Overrides the default favicon for deviantart.com with the old, far superior favicon.
Kích Thước Tệp 8.47 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-07
Ngày Phát Hành 2016-09-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển crimsonmango
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "description": "Overrides the default favicon for deviantart.com with the old, far superior favicon.",
    "name": "Deviantart.com Favicon Override",
    "version": "1.0",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "favicon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deviantart.com\/*"
            ],
            "js": [
                "injectCustomFavicon.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "favicon.png"
    ]
}