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": "DeepSeek AI RTL\/LTR Switcher",
"version": "2.0.1",
"description": "Easily adjust text direction for Persian and Arabic in the DeepSeek AI chat interface, ensuring proper right-to-left alignment.",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.deepseek.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
}
}