Kwork Projects Filter
Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
¿Qué es Kwork Projects Filter?
Kwork Projects Filter es una extensión de Chrome desarrollada por https://radmirxan.ru, y su función principal es "Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kwork Projects Filter
Descarga archivos de extensión Kwork Projects Filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Kwork Projects Filter |
ID | ibgdllllgpnoefnpikndleklhbiechje |
URL Oficial | https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje |
Descripción | Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab. |
Tamaño del Archivo | 1.21 MB |
Cantidad de Instalaciones | 85 |
Versión Actual | 1.2 |
Última Actualización | 2022-02-20 |
Fecha de Publicación | 2022-01-22 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://radmirxan.ru |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://radmirxan.ru/kwork-project-filter/ |
URL de la Página de Ayuda | https://radmirxan.ru/kwork-project-filter/ |
Idiomas Soportados | 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" } } } |