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": "T3reeb HTML CSS | \u062a\u0639\u0631\u064a\u0628 \u0642\u0648\u0627\u0644\u0628",
"version": "1.0",
"icons": {
"16": "images\/icon-16.png",
"38": "images\/icon-38.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"description": "Translate HTML CSS to arabic and download it. \u062a\u0639\u0631\u064a\u0628 \u0642\u0648\u0627\u0644\u0628",
"permissions": [],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
]
}