Pixiv Ugoira WebM
Converts Pixiv Ugoira Animations to WebM video files.
Pixiv Ugoira WebM란 무엇입니까?
Pixiv Ugoira WebM은(는) Levi Castillo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts Pixiv Ugoira Animations to WebM video files."입니다.
확장 프로그램 스크린샷
Pixiv Ugoira WebM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert any ugoira animation to WebM or GIF at pixiv. Features: -Convert ugoira animations to GIF or WebM. -Select either convert resized animation or full screen animation (if available). -Choose whether download, view or replace the original animation with the converted media. For questions, reporting issues or suggesting changes you can send an email to Levi Castillo at [email protected].
확장 프로그램 기본 정보
이름 | Pixiv Ugoira WebM |
ID | gbloepphddjkabijnjhaplhhamkmkmik |
공식 URL | https://chromewebstore.google.com/detail/pixiv-ugoira-webm/gbloepphddjkabijnjhaplhhamkmkmik |
설명 | Converts Pixiv Ugoira Animations to WebM video files. |
파일 크기 | 184 KB |
설치 횟수 | 3,630 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2016-06-05 |
출시 날짜 | 2016-06-05 |
평점 | 3.85/5 총 53 개의 평점 |
개발자 | Levi Castillo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixiv Ugoira WebM", "description": "Converts Pixiv Ugoira Animations to WebM video files.", "version": "0.1.1", "minimum_chrome_version": "46", "icons": { "16": "Image\/16.png", "48": "Image\/48.png", "128": "Image\/128.png" }, "options_page": "Extension\/Options.html", "background": { "persistent": true, "scripts": [ "Common\/Thirdparty\/jquery-2.2.4.js", "Extension\/Background.js" ] }, "page_action": { "default_icon": { "19": "Image\/19.png", "38": "Image\/38.png" }, "default_title": "Pixiv Ugoira WebM", "default_popup": "Extension\/Options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.pixiv.net\/*" ], "css": [ "ContentScript\/PUW.css" ], "js": [ "Common\/Thirdparty\/jquery-2.2.4.js", "Common\/jQueryPlugins.js", "Common\/Thirdparty\/zip\/zip.js", "Common\/Thirdparty\/zip\/zip-ext.js", "Common\/Thirdparty\/zip\/deflate.js", "Common\/Thirdparty\/zip\/inflate.js", "Common\/Thirdparty\/whammy.js", "Common\/Thirdparty\/GIFEncoder\/LZWEncoder.js", "Common\/Thirdparty\/GIFEncoder\/NeuQuant.js", "Common\/Thirdparty\/GIFEncoder\/GIFEncoder.js", "Common\/Thirdparty\/GIFEncoder\/b64.js", "ContentScript\/PUW.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.pixiv.net\/*" ] }, "permissions": [ "tabs", "storage", "downloads", "*:\/\/*.pixiv.net\/*" ], "web_accessible_resources": [ "PageScript\/PUWPageScript.js", "Image\/ConvertButton_32.png", "Image\/ConvertButton_48.png", "Image\/header.png" ] } |