
decouple nginx contcated js
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-17.
Extension Actions
CRX ID
cfgjgeinjljbnmpcbdiidjogcdhpemom
Status
- Minor Policy Violation
- Removed Long Ago
- No Privacy Policy
Description from extension meta
decouple nginx concated js in one script tag into seperated script tags
Description from store
decouple this:
<script src="//host/path??a.js,b.js"></script>
to:
<script src="//host/path.a.js"></script>
<script src="//host/path.b.js"></script>
for development.