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": "Scopus Document Download Manager", "description": "Scopus authenticated users can download PDF files directly from Scopus!", "version": "4.00", "permissions": [ "downloads" ], "host_permissions": [ "*:\/\/*.scopus.com\/*" ], "icons": { "16": "images\/ScopusIcon-16.png", "32": "images\/ScopusIcon-32.png", "48": "images\/ScopusIcon-48.png", "64": "images\/ScopusIcon-64.png", "128": "images\/ScopusIcon-128.png" }, "action": { "default_icon": "images\/ScopusIcon-32.png", "default_title": "Scopus Document Download Manager", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/pdf-locator-1.0.3.min.js", "js\/contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/backgroundScript.js" }, "homepage_url": "https:\/\/service.elsevier.com\/app\/answers\/detail\/a_id\/11276\/supporthub\/scopus\/#plugin" }