Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"name": "Easy Manuals Finder",
"icons": {
"128": "icons\/icon_v2.png"
},
"short_name": "Find Manuals Now",
"content_scripts": [
{
"matches": [
"*:\/\/easymanualsfinder.co\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"contentScript.js"
]
}
],
"description": "Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar.",
"version": "1.0.0.0",
"manifest_version": 3,
"action": {
"browser_style": true,
"default_icon": {
"128": "icons\/icon-grey_v2.png"
},
"default_title": "Easy Manuals Finder",
"default_popup": "popup\/popup.html"
},
"host_permissions": [
"*:\/\/easymanualsfinder.co\/\/*"
]
}