CF Spark Browser Plugin
Turn any image you see on the internet into new unique images by simply clicking a button
CF Spark Browser Plugin란 무엇입니까?
CF Spark Browser Plugin은(는) Creative Fabrica에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn any image you see on the internet into new unique images by simply clicking a button"입니다.
확장 프로그램 스크린샷
CF Spark Browser Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Turn any image you see on the internet into new unique images by simply clicking a button
확장 프로그램 기본 정보
이름 | CF Spark Browser Plugin |
ID | fffiooegpamkcknjfhemelbggljkegpj |
공식 URL | https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj |
설명 | Turn any image you see on the internet into new unique images by simply clicking a button |
파일 크기 | 79.79 KB |
설치 횟수 | 4,337 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-02-01 |
출시 날짜 | 2023-02-01 |
평점 | 4.54/5 총 347 개의 평점 |
개발자 | Creative Fabrica |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.iubenda.com/privacy-policy/24976076/legal |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CF Spark Browser Plugin", "version": "1.0.0", "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "background": { "service_worker": "src\/background.js", "type": "module" }, "action": { "default_icon": { "16": "src\/img\/logo16.png", "32": "src\/img\/logo-32.png", "48": "src\/img\/logo-48.png", "128": "src\/img\/logo-128.png" } }, "host_permissions": [ "*:\/\/*\/*", " |