Pomu
Enable Flash and get access to the latest Pomu games !
Pomu란 무엇입니까?
Pomu은(는) Pomu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable Flash and get access to the latest Pomu games !"입니다.
확장 프로그램 스크린샷
Pomu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you will be able to play all Flash games on Pomu.com and you will get direct access to the latest games ! Remember, every day we add 3 new games ;-)
확장 프로그램 기본 정보
이름 | Pomu |
ID | njbfimohacanhjdokmpagpaaadkkmhkh |
공식 URL | https://chromewebstore.google.com/detail/pomu/njbfimohacanhjdokmpagpaaadkkmhkh |
설명 | Enable Flash and get access to the latest Pomu games ! |
파일 크기 | 575 KB |
설치 횟수 | 2,793 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2020-05-10 |
출시 날짜 | 2020-05-10 |
개발자 | Pomu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pomu.com |
개인정보 보호 정책 페이지 URL | http://pomu.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Pomu", "name": "Pomu", "description": "Enable Flash and get access to the latest Pomu games !", "version": "1.5.0", "browser_action": { "default_popup": "index.html", "default_icon": "logo.png" }, "permissions": [ "contentSettings", "storage" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.juegosjuegos.com\/*", "*:\/\/*.juegosjuegos.com.ar\/*", "*:\/\/*.juegosjuegos.com.co\/*", "*:\/\/*.juegosjuegos.com.pe\/*", "*:\/\/*.juegosjuegos.com.do\/*", "*:\/\/*.juegosjuegos.com.ec\/*", "*:\/\/*.juegosjuegos.com.pa\/*", "*:\/\/*.juegosjuegos.com.uy\/*", "*:\/\/*.juegosjuegos.co.ve\/*", "*:\/\/*.juegosjuegos.mx\/*", "*:\/\/*.juegosjuegos.cr\/*", "*:\/\/*.juegosjuegos.cl\/*", "*:\/\/*.jogosjogos.com\/*", "*:\/\/*.jogosjogos.pt\/*", "*:\/\/*.pomu.co.it\/*", "*:\/\/*.pomu.com\/*", "*:\/\/*.pomu.uk\/*", "*:\/\/*.pomu.ie\/*", "*:\/\/*.pomu.de\/*", "*:\/\/*.pomu.fr\/*", "*:\/\/*.pomu.at\/*", "*:\/\/*.pomu.ch\/*", "*:\/\/*.pomu.jp\/*", "*:\/\/*.pomu.nl\/*", "*:\/\/*.pomu.ru\/*", "*:\/\/*.pomu.dk\/*", "*:\/\/*.pomu.se\/*", "*:\/\/*.pomu.cz\/*", "*:\/\/*.pomu.hu\/*", "*:\/\/*.pomu.pl\/*", "*:\/\/*.pomu.ro\/*", "*:\/\/*.pomu.sk\/*", "*:\/\/*.pomu.vn\/*", "*:\/\/*.pomu.gr\/*", "*:\/\/*.pomu.no\/*" ] } } |