Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "U-Eyes: Mobile Device Simulator",
"version": "2.9.5",
"minimum_chrome_version": "118",
"description": "Simulate mobile devices for responsive testing, mock-up and website preview, with screenshot and recording features",
"action": {
"default_icon": {
"16": "images\/icons\/ueyes16.png",
"32": "images\/icons\/ueyes32.png",
"48": "images\/icons\/ueyes64.png",
"128": "images\/icons\/ueyes128.png"
}
},
"icons": {
"16": "images\/icons\/ueyes16.png",
"32": "images\/icons\/ueyes32.png",
"48": "images\/icons\/ueyes64.png",
"64": "images\/icons\/ueyes128.png",
"96": "images\/icons\/ueyes128.png",
"128": "images\/icons\/ueyes128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"scripts\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"scripting",
"tabCapture",
"offscreen",
"storage"
],
"background": {
"service_worker": "background.js"
}
}