Freelancer Auto Bidder

This extension is about Auto Bidding on Freelancer's latest projects matching your skills.

What is Freelancer Auto Bidder?

Freelancer Auto Bidder is a Chrome extension developed by parloti, and its main feature is "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.".

Extension Screenshots

screenshot

Download Freelancer Auto Bidder Extension CRX File

Download Freelancer Auto Bidder 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

                        This extension is about Auto Bidding on Freelancer's latest projects matching your skills.                    

Extension Basic Information

Name Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
Official URL https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
Description This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
File Size 171 KB
Installation Count 174
Current Version 0.0.1
Last Updated 2017-05-21
Publish Date 2017-05-21
Rating 1.71/5 Total 7 Ratings
Developer parloti
Payment Type free
Supported Languages en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Freelancer Auto Bidder",
    "description": "This extension is about Auto Bidding on Freelancer's latest projects matching your skills.",
    "version": "0.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/angular.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Freelancer Auto Bidder"
    }
}