Kwork Projects Filter

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

Kwork Projects Filter क्या है?

Kwork Projects Filter https://radmirxan.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kwork Projects Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kwork Projects Filter Kwork Projects Filter
ID ibgdllllgpnoefnpikndleklhbiechje
आधिकारिक URL https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje
विवरण Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
फ़ाइल का आकार 1.21 MB
स्थापना संख्या 85
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-02-20
प्रकाशन तिथि 2022-01-22
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://radmirxan.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://radmirxan.ru/kwork-project-filter/
सहायता पृष्ठ URL https://radmirxan.ru/kwork-project-filter/
समर्थित भाषाएँ 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"
        }
    }
}