Freelancer Auto Bidder

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

什么是Freelancer Auto Bidder?

Freelancer Auto Bidder是由parloti开发的Chrome扩展程序,该扩展的主要功能是“This extension is about Auto Bidding on Freelancer's latest projects matching your skills.”。

扩展截图

screenshot

下载Freelancer Auto Bidder扩展crx文件

下载Freelancer Auto Bidder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Freelancer Auto Bidder Freelancer Auto Bidder
ID mfkdhijffijfejdadddhfgpgejafdbom
官方URL https://chrome.google.com/webstore/detail/freelancer-auto-bidder/mfkdhijffijfejdadddhfgpgejafdbom
简介 This extension is about Auto Bidding on Freelancer's latest projects matching your skills.
文件大小 171 KB
安装次数 174
当前版本 0.0.1
更新时间 2017-05-21
上架时间 2017-05-21
评分 1.71/5 共7次评分
开发者 parloti
付费类型 free
支持的语言 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"
    }
}