ModifyAjaxResponse
Modify response text of ajax requests
Qu'est-ce que ModifyAjaxResponse ?
ModifyAjaxResponse est une extension Chrome développée par opponic, et sa fonction principale est "Modify response text of ajax requests".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ModifyAjaxResponse
Téléchargez les fichiers d'extension ModifyAjaxResponse 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
This extension only overrides the response data in the XMLHTTPRequest object as well as the fetch method. The real response which you can see in DevTools Network panel will not be modified https://github.com/oppoic/ModifyAjaxResponse
Informations de Base sur l'Extension
Nom | ModifyAjaxResponse |
ID | odpiadnfijfeggnnodoaaphkkjkmpnia |
URL Officiel | https://chromewebstore.google.com/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia |
Description | Modify response text of ajax requests |
Taille du Fichier | 94.91 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2023-11-09 |
Date de Publication | 2023-06-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | opponic |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/oppoic/ModifyAjaxResponse |
URL de la Page d'Aide | https://github.com/oppoic/ModifyAjaxResponse/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ModifyAjaxResponse", "description": "Modify response text of ajax requests", "version": "1.6.0", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |