Kwork Projects Filter
Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
Co to jest Kwork Projects Filter?
Kwork Projects Filter to rozszerzenie Chrome opracowane przez https://radmirxan.ru, a jego główną funkcją jest „Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kwork Projects Filter
Pobierz pliki rozszerzeń Kwork Projects Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Kwork Projects Filter |
ID | ibgdllllgpnoefnpikndleklhbiechje |
Oficjalny URL | https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje |
Opis | Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab. |
Rozmiar pliku | 1.21 MB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-02-20 |
Data Publikacji | 2022-01-22 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://radmirxan.ru |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://radmirxan.ru/kwork-project-filter/ |
Adres URL Strony Pomocy | https://radmirxan.ru/kwork-project-filter/ |
Obsługiwane Języki | 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" } } } |