The extension has a modest user base of 8,000 users with a solid 4.4-star rating from 29 reviews, suggesting generally positive user experiences. However, the lack of developer information and missing last updated date raises transparency concerns. The empty description field is particularly problematic as users cannot understand what the extension actually does.
The most significant concern is the broad host permissions allowing access to all HTTP and HTTPS websites, which is excessive for most legitimate extensions. Combined with scripting permissions, this creates potential for data harvesting or malicious code injection across all websites. The activeTab permission, while less concerning on its own, amplifies the risk when combined with universal host access. The missing description makes it impossible to verify if these permissions are justified for the extension's intended functionality.
Given the broad permissions and lack of transparency, consider running this extension in a separate Chrome profile to isolate potential risks from your main browsing activities. Before installation, try to research the extension's actual purpose through user reviews or external sources. Monitor your browsing behavior for any unusual activity after installation. Consider looking for alternative extensions with more limited permissions and better documentation if this extension's function can be replicated elsewhere.
| https://clients2.google.com/service/update2/crx | https://chrome.google.com/webstore |
{ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjLc3huApTUYKRFbOOCSmbMyAJTG8knhfuVOp7fVgQ757+L3eM9sKBESqsf3r/Wa8kdDDvMjrhXBp+6ZLSi0GCaMvAkzITR8qotUjM/Y4VV0JmSeRJk0WPX1anGquaMyoHJxdTo6PU4Pi3DeuOBwLNcfybbV9IkLYkanII8kDb1MclklhBLjA+cHnDuSdAwZgpVDwAl15yl3+uOdsplY+L/eDdxC9xM6YHeB8l6HlUkSWWUFH0OKx8+sdRPWDKJUQLmIdBvkGr5IcITK1+wTZjIIqGxvIWN1xOH1cFWrxWfY+9FhPLoIu54vZfCiUVRM3J4DY0cBIuR+D+6JbbCeAVwIDAQAB", "name": "RTL ALL", "icons": { "48": "icon.png" }, "action": { "default_icon": { "48": "icon48.png", "96": "icon96.png" }, "default_popup": "popup.html", "default_title": "RTL Flip" }, "version": "2.0", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Flip web pages to right-to-left for Arabic/Hebrew/Persian/Urdu/Farsi display", "permissions": [ "activeTab", "scripting", "storage" ], "content_scripts": [ { "js": [ "rtl.js" ], "run_at": "document_start", "matches": [ "https://*/*", "http://*/*" ] } ], "host_permissions": [ "https://*/*", "http://*/*" ], "manifest_version": 3 }
ⓘ 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.