Show info Freelancer.com

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

What is Show info Freelancer.com?

Show info Freelancer.com is a Chrome extension developed by dtduc, and its main feature is "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com".

Extension Screenshots

screenshot

Download Show info Freelancer.com Extension CRX File

Download Show info Freelancer.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Show short information of the project owner                    

Extension Basic Information

Name Show info Freelancer.com Show info Freelancer.com
ID cghgoboenkmknbmcfcojpmgepdkkafgc
Official URL https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc
Description This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
File Size 16.03 KB
Installation Count 152
Current Version 0.1.2
Last Updated 2019-07-14
Publish Date 2019-07-14
Rating 3.00/5 Total 1 Ratings
Developer dtduc
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}