Wow Fantastic Baby
Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Wow Fantastic Baby란 무엇입니까?
Wow Fantastic Baby은(는) eedawa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add some fantastic baby to your browsing with all page images replaced with Big Bang."입니다.
확장 프로그램 스크린샷
Wow Fantastic Baby 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
While browsing, click this extension on and all images on the page will be instantly replaced with G-Dragon, TOP, Seungri, Taeyang, and Daesung -- a far preferable way to spend your time online. Images will continue to be Big Bang-ified until you turn the extension off. Just click the G-dragon icon again and you will be returned to a less fantastic existence. Inspired by the Hey Girl extension.
확장 프로그램 기본 정보
이름 | |
ID | ephmkjjcoedehoandefodabemmiolffn |
공식 URL | https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn |
설명 | Add some fantastic baby to your browsing with all page images replaced with Big Bang. |
파일 크기 | 43.72 KB |
설치 횟수 | 67 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-02-04 |
출시 날짜 | 2014-02-04 |
평점 | 3.52/5 총 23 개의 평점 |
개발자 | eedawa |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://bleakhillycoalcountry.com/fantasticbaby/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wow Fantastic Baby", "description": "Add some fantastic baby to your browsing with all page images replaced with Big Bang.", "version": "1.1", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-1.8.1.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Wow Fantastic Baby", "default_popup": "popup.html" } } |