Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Extension for developers", "name": "Writecode.one - Extension for developers", "description": "M\u1ed9t extension c\u1ea7n thi\u1ebft cho c\u00e1c l\u1eadp tr\u00ecnh vi\u00ean trong qu\u00e1 tr\u00ecnh h\u1ecdc t\u1eadp v\u00e0 ph\u00e1t tri\u1ec3n c\u00f4ng vi\u1ec7c", "icons": { "16": "images\/favicon.png", "32": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "action": { "default_icon": { "16": "images\/favicon.png", "32": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" } }, "permissions": [ "storage" ], "manifest_version": 3, "version": "1.0.2.3", "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/main.js" ], "css": [ "css\/main.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*", "svg\/*", "static\/*", "fonts\/*", "page\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/writecode.one\/*", "https:\/\/*.writecode.one\/*", "http:\/\/localhost:3000\/*" ] } }