Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Bhrome란 무엇입니까?
Bhrome은(는) plsrespond에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome"입니다.
확장 프로그램 스크린샷
Bhrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse the internet safely without being triggered by words that start with 'C'. Testimonials: "Before google bhrome I didn't have a safe way to browse and stay up on burrent events with the worlds leading web browser" "Now I'm bool, balm, and bollective every time I log on to the web! Thank you Bhrome!"
확장 프로그램 기본 정보
이름 | Bhrome |
ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
공식 URL | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
설명 | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
파일 크기 | 27.95 KB |
설치 횟수 | 32 |
현재 버전 | 0.2 |
최근 업데이트 | 2017-02-02 |
출시 날짜 | 2017-02-02 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | plsrespond |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bhrome", "short_name": "Bhrome", "description": "Making sure everythings \ud83c\udd71\ufe0f\ufe0fool while you \ud83c\udd71\ufe0f\ufe0frowse with \ud83c\udd71\ufe0f\ufe0fhrome", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |