Kwork Projects Filter

Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.

Cos'è Kwork Projects Filter?

Kwork Projects Filter è un'estensione di Chrome sviluppata da https://radmirxan.ru, e la sua funzione principale è "Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kwork Projects Filter

Scarica i file di estensione Kwork Projects Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Use the Kwork Projects Filter in the Google Chrome browser on Kwork.ru/Kwork.com to select projects without order responses (Offers: 0) in the Projects tab.                    

Informazioni di Base sull'Estensione

Nome Kwork Projects Filter Kwork Projects Filter
ID ibgdllllgpnoefnpikndleklhbiechje
URL Ufficiale https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje
Descrizione Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
Dimensione del File 1.21 MB
Conteggio Installazioni 85
Versione Corrente 1.2
Ultimo Aggiornamento 2022-02-20
Data di Pubblicazione 2022-01-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://radmirxan.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://radmirxan.ru/kwork-project-filter/
URL della Pagina di Aiuto https://radmirxan.ru/kwork-project-filter/
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": [
        {
            "name": "RadMirXAn",
            "email": "[email protected]"
        }
    ],
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.2",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kwork.ru\/projects",
                "https:\/\/kwork.ru\/projects?*",
                "https:\/\/kwork.com\/projects",
                "https:\/\/kwork.com\/projects?*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    }
}