Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WordPress Translation Filler", "version": "3.3.70", "description": "Automatically fill translations from Google, DeepL, Microsoft, and OpenAI translation API's. This is the extended version.", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "\/img\/*", "wptf-cute-alert.css", "error-alert.flac", "clipboard-icon.png", "warning-marker.png", "\/_metadata", "wptf-deeplGloss.html", "wptf-mark_glossary.js", "wptf-options.html", "wptf-database.js", "wptf-inject.js", "wptf-buildstats.js", "wptf-cute-alert.js", "wptf-glossary.csv", "locales\/*.json" ], "matches": [ "https:\/\/translate.wordpress.org\/*" ] } ], "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "\/wptf-block_rules.json" } ] }, "host_permissions": [ "<all_urls>", "*:\/\/translate.wordpress.org\/*", "*:\/\/api-free.deepl.com\/*", "*:\/\/api.deepl.com\/*", "*:\/\/api.languagetool.com\/v2\/*", "*:\/\/api.languagetoolplus.com\/v2\/*", "*:\/\/analytics.languagetoolplus.com\/*", "*:\/\/api.cognitive.microsofttranslator.com\/*", "*:\/\/127.0.0.1\/*", "*:\/\/api.openai.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "wptf-options.html", "content_scripts": [ { "matches": [ "https:\/\/translate.wordpress.org\/*" ], "js": [ "wptf-buildstats.js", "wptf-database.js", "wptf-inject.js", "wptf-deeplGloss.js", "wptf-mark_glossary.js", "wptf-spellcheck.js", "wptf-functions.js", "wptf-purify.min.js", "wptf-cute-alert.js", "wptf-consistency.js", "jsstore.js", "jsstore.worker.js", "wptf-commonTranslate.js", "wptf-openAITrans.js", "wptf-deeplTrans.js", "wptf-googleTrans.js", "wptf-microsoftTrans.js", "jsdiff.js", "wptf-importfile.js", "wptf-database-maintenance.js", "contentScript.js" ], "css": [ "wptf-cute-alert.css", "wptf-style.css" ], "json": [ "wptf-block_rules.json", "locales\/*.json" ], "csv": [ "wptf-glossary.csv" ] } ] }