Show info Freelancer.com
This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
Qu'est-ce que Show info Freelancer.com ?
Show info Freelancer.com est une extension Chrome développée par dtduc, et sa fonction principale est "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show info Freelancer.com
Téléchargez les fichiers d'extension Show info Freelancer.com 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
Show short information of the project owner
Informations de Base sur l'Extension
Nom | Show info Freelancer.com |
ID | cghgoboenkmknbmcfcojpmgepdkkafgc |
URL Officiel | https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc |
Description | This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com |
Taille du Fichier | 16.03 KB |
Nombre d'Installations | 152 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2019-07-14 |
Date de Publication | 2019-07-14 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | dtduc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "src\/inject\/inject.min.js" ], "css": [ "css\/styles.css" ], "matches": [ "https:\/\/*.freelancer.com\/projects\/*" ] } ], "description": "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com", "homepage_url": "http:\/\/www.dtduc.info", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Show info Freelancer.com", "permissions": [ "https:\/\/*.freelancer.com\/projects\/*" ], "version": "0.1.2", "web_accessible_resources": [ "js\/fixbugs.min.js" ] } |