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": "Behance saver", "version": "2.2.1", "description": "\u0421\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u044b\u0445 \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0432 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0438 \u0441 https:\/\/www.behance.net\/ !", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.behance.net\/*", "https:\/\/mir-s3-cdn-cf.behance.net\/*" ], "js": [ "app.js" ], "css": [ "ext_style.css" ] } ], "web_accessible_resources": [ { "resources": [ "logo.png", "copy.png", "dwnld.png" ], "matches": [ "https:\/\/www.behance.net\/*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "author": "[email protected]" }