Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_icon": {
"48": "icon48.png",
"96": "icon96.png"
},
"default_popup": "popup.html",
"default_title": "RTL Flip"
},
"description": "Flip web pages to right-to-left for Arabic\/Hebrew\/Persian\/Urdu\/Farsi display",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"48": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjLc3huApTUYKRFbOOCSmbMyAJTG8knhfuVOp7fVgQ757+L3eM9sKBESqsf3r\/Wa8kdDDvMjrhXBp+6ZLSi0GCaMvAkzITR8qotUjM\/Y4VV0JmSeRJk0WPX1anGquaMyoHJxdTo6PU4Pi3DeuOBwLNcfybbV9IkLYkanII8kDb1MclklhBLjA+cHnDuSdAwZgpVDwAl15yl3+uOdsplY+L\/eDdxC9xM6YHeB8l6HlUkSWWUFH0OKx8+sdRPWDKJUQLmIdBvkGr5IcITK1+wTZjIIqGxvIWN1xOH1cFWrxWfY+9FhPLoIu54vZfCiUVRM3J4DY0cBIuR+D+6JbbCeAVwIDAQAB",
"manifest_version": 3,
"name": "RTL ALL",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"rtl.js"
],
"run_at": "document_start"
}
]
}