Freelancer Helper

Improvements for freelancer.com. Hiding projects by country, showing employer details...

Freelancer Helperとは何ですか?

Freelancer Helperはgoodthingscmingによって開発されたChromeの拡張機能で、その主な機能は「Improvements for freelancer.com. Hiding projects by country, showing employer details...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Freelancer Helper拡張機能のCRXファイルをダウンロード

Freelancer Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension makes using freelancer.com an easier and less frustrating experience. Hopefully it will save you lots of time and stress.

Free tier features:
- Show employer name and link to their profile on each project.
- Let you view employer reviews on employer profile.

Premium tier features:
- Hide projects from employers basing on what country they are from. Unfortunately we all know there are some countries with an ungodly amount of spam projects.
- Hide projects basing on what tags the project has or on employer verifications or name.
- Increase the amount of projects shown on the search page from the default of 10. This is especially useful if your other filters remove many projects and you are often left with none.
- In addition to employer name, also view their project statistics to decide if they are likely to award the project. There are many employers who post hundreds of projects but never award, which is a waste of a bid and time. Also view the employer avatar.
- Open the project attachments in the browser
- Only show projects with a maximum of some bids
- Show employer country flag on the search page.

There is a 3-day free trial for you to test the Premium features - you can access it by logging in with your Google account. If you find the features worthwhile, you can keep using them after making a one-time payment of $3.99. This will give you lifetime access to the Premium tier and possible future updates.

If you're unhappy with the purchase, you can request a full refund within 14 days. Do this by emailing [email protected] Refund requests after this period will be considered at our own discretion. We do everything we can to make the extension work great. But the UI of the website changes sometimes without our control, that's why we cannot guarantee that all the features will always work.


Neither this extension nor its author are in any way affiliated with freelancer.com                    

拡張機能の基本情報

名前 Freelancer Helper Freelancer Helper
ID hekceblplbphdfpmofgnpccibieilafn
公式URL https://chromewebstore.google.com/detail/freelancer-helper/hekceblplbphdfpmofgnpccibieilafn
説明 Improvements for freelancer.com. Hiding projects by country, showing employer details...
ファイルサイズ 346 KB
インストール数 2,519
現在のバージョン 1.3.9.4
最終更新日 2023-08-09
公開日 2020-06-14
評価 4.63/5 合計 16 レビュー
開発者 goodthingscming
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL http://www.freelancer-helper.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Improvements for freelancer.com. Hiding projects by country, showing employer details...",
    "version": "1.3.9.4",
    "name": "Freelancer Helper",
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "identity",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.freelancer.com\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Freelancer Helper",
        "default_icon": {
            "16": "public\/icon_128.png",
            "48": "public\/icon_128.png",
            "128": "public\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.freelancer.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "whole.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "public\/icon_128.png",
        "48": "public\/icon_128.png",
        "128": "public\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*.json"
            ],
            "matches": [
                "*:\/\/*.freelancer.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhNuLG08KgRgxwPn0154A\/O6eV03Jcv3jvi5RCuTNNZDAww5LVlodULxaxoJB8qa0EBqpnozZHJTbHnv9NTaN8mGoNSjmS7GCejtx4nhkW9XT\/7W2YJbJcWOXLR6Gu09PANYGlkowYnvbujoWXT3Jq0IvcZZRcgsRYDgVDsEeewqFYA4rpwkO3ZMkpa1scUmpDujb2PDdtBV45JCBddJi9NTNki6GRBaKS22tMPvyjzIJDI3YH5Z76m19O\/JhErL2cO6V7Cksru5J88bhqAEGRdctvLSvUlZJzMRa8RDwUXzgfsEM\/9Z3evL33CDm4Pdie7H5C9iZ+oDDn0aWWOYjvwIDAQAB",
    "oauth2": {
        "client_id": "668183917517-o23qa61l3ooievsc736p8f5ucaf6od03.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}