| https://clients2.google.com/service/update2/crx |
{ "name": "Auto RTL/LTR Switcher", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png" }, "default_popup": "popup.html" }, "version": "2.7", "commands": { "toggle-direction": { "description": "Toggle page direction (RTL/LTR)", "suggested_key": { "default": "Alt+Shift+D" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Automatically switch text direction based on input language, toggle page font/direction, and disable per site.", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "exclude_matches": [ "*://*.shaparak.ir/*" ] } ], "manifest_version": 3, "minimum_chrome_version": "102", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "fonts/Vazirmatn[wght].woff2" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.