FF15 Internet Car Driving
Car riding simulator 2014
FF15 Internet Car Driving란 무엇입니까?
FF15 Internet Car Driving은(는) miyaoka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Car riding simulator 2014"입니다.
확장 프로그램 스크린샷
FF15 Internet Car Driving 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension shows you FF15's car-driving guys on each pages. Let's browse internet world with them. Images by FF15 official tweets for collage uses https://twitter.com/FF25TH_JP/status/517652468084142080 https://twitter.com/FF25TH_JP/status/517652546303692800 https://twitter.com/FF25TH_JP/status/517652717745864704
확장 프로그램 기본 정보
이름 | FF15 Internet Car Driving |
ID | acbomgcfbkgbbomhfclpojgceiglbnhl |
공식 URL | https://chromewebstore.google.com/detail/ff15-internet-car-driving/acbomgcfbkgbbomhfclpojgceiglbnhl |
설명 | Car riding simulator 2014 |
파일 크기 | 2.64 MB |
설치 횟수 | 634 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-10-04 |
출시 날짜 | 2014-10-04 |
평점 | 3.37/5 총 62 개의 평점 |
개발자 | miyaoka |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/miyaoka |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/FF15_icon.png", "128": "images\/FF15_icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "web_accessible_resources": [ "bower_components\/jquery\/dist\/jquery.min.map", "images\/footer\/FF15_A_fix.png", "images\/footer\/FF15_B_fix.png", "images\/footer\/FF15_C_fix.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |