MINI Fast Forward

Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video.

MINI Fast Forward란 무엇입니까?

MINI Fast Forward은(는) MINI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MINI Fast Forward 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        What if you could accelerate internet 
videos just like you accelerate a MINI?

Get to know MINI FAST FORWARD. 
A MINI COOPER S feature
for your browser.

1 - Install the app and immediately 
accelerate YouTube, Facebook
and even Netflix videos.

2 - With the app, the S key 
on your keyboard is transformed 
into a MINI COOPER S accelerator.

3 - Get to what matters fast.
0 to 1-minute videos in 7.15 seconds.

After all, with the MINI COOPER S 
you can always accelerate the
way you like to get to what matters fast.

Available for Google Chrome.                    

확장 프로그램 기본 정보

이름 MINI Fast Forward MINI Fast Forward
ID dghlnijganhlceoeehiahcjaokidbadp
공식 URL https://chrome.google.com/webstore/detail/mini-fast-forward/dghlnijganhlceoeehiahcjaokidbadp
설명 Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video.
파일 크기 1.42 MB
설치 횟수 4,000
현재 버전 1.0.29
최근 업데이트 2020-08-17
출시 날짜 2016-06-27
평점 4.17/5 총 88 개의 평점
개발자 MINI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mini.com.br
지원되는 언어 en-US,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0.29",
    "default_locale": "pt_BR",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.mini.com.br",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "image\/*",
        "sons\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icons\/on.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}