Kwork Projects Filter
Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
Qu'est-ce que Kwork Projects Filter ?
Kwork Projects Filter est une extension Chrome développée par https://radmirxan.ru, et sa fonction principale est "Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kwork Projects Filter
Téléchargez les fichiers d'extension Kwork Projects Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Kwork Projects Filter |
ID | ibgdllllgpnoefnpikndleklhbiechje |
URL Officiel | https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje |
Description | Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab. |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 85 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-02-20 |
Date de Publication | 2022-01-22 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://radmirxan.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://radmirxan.ru/kwork-project-filter/ |
URL de la Page d'Aide | https://radmirxan.ru/kwork-project-filter/ |
Langues Prises en Charge | 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" } } } |