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": "Elementor Text Rewriter by Axolot",
"version": "1.0.1",
"description": "Reescribe autom\u00e1ticamente textos de bloques de Elementor usando IA de OpenAI.",
"author": "Axolot",
"homepage_url": "https:\/\/github.com\/axolot\/elementor-text-rewriter",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/api.openai.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Elementor Text Rewriter by Axolot",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"minimum_chrome_version": "88"
}