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": "Hover - Image, PDF, Video",
"version": "3.4.4",
"description": "Pr\u00e9visualisez instantan\u00e9ment Images, Vid\u00e9os et PDF au survol.",
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}