Extension for Behance images
Скачивание невероятных картинок в максимально доступном разрешении с https://www.behance.net/ !
Extension for Behance images란 무엇입니까?
Extension for Behance images은(는) qwertykqwertov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Скачивание невероятных картинок в максимально доступном разрешении с https://www.behance.net/ !"입니다.
확장 프로그램 스크린샷
Extension for Behance images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes it easy to save images from Behance. https://www.behance.net/ with max screen resolution. You can view the statistics at https://sbehance.ikolesov.space
확장 프로그램 기본 정보
이름 | Extension for Behance images |
ID | pcgmjcfekkppafhcjbpajfgakmlmnbfn |
공식 URL | https://chromewebstore.google.com/detail/extension-for-behance-ima/pcgmjcfekkppafhcjbpajfgakmlmnbfn |
설명 | Скачивание невероятных картинок в максимально доступном разрешении с https://www.behance.net/ ! |
파일 크기 | 1.43 MB |
설치 횟수 | 5,000 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2024-01-19 |
출시 날짜 | 2022-12-20 |
평점 | 4.28/5 총 25 개의 평점 |
개발자 | qwertykqwertov |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sbehance.ikolesov.space/ |
도움말 페이지 URL | https://t.me/QwertykQwertov |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension for Behance images", "version": "2.2.0", "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]" } |