Show info Freelancer.com

This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com

Show info Freelancer.com là gì?

Show info Freelancer.com là một tiện ích mở rộng Chrome được phát triển bởi dtduc, và tính năng chính của nó là "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com".

Ả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 Show info Freelancer.com

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

                        Show short information of the project owner                    

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

Tên Show info Freelancer.com Show info Freelancer.com
ID cghgoboenkmknbmcfcojpmgepdkkafgc
URL Chính Thức https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc
Mô tả This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
Kích Thước Tệp 16.03 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-07-14
Ngày Phát Hành 2019-07-14
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dtduc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "src\/inject\/inject.min.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/*.freelancer.com\/projects\/*"
            ]
        }
    ],
    "description": "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com",
    "homepage_url": "http:\/\/www.dtduc.info",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Show info Freelancer.com",
    "permissions": [
        "https:\/\/*.freelancer.com\/projects\/*"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        "js\/fixbugs.min.js"
    ]
}