MINI Fast Forward

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

MINI Fast Forward là gì?

MINI Fast Forward là một tiện ích mở rộng Chrome được phát triển bởi MINI, và tính năng chính của nó là "Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MINI Fast Forward

Tải xuống các tệp mở rộng MINI Fast Forward dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MINI Fast Forward MINI Fast Forward
ID dghlnijganhlceoeehiahcjaokidbadp
URL Chính Thức https://chrome.google.com/webstore/detail/mini-fast-forward/dghlnijganhlceoeehiahcjaokidbadp
Mô tả Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video.
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.29
Cập Nhật Lần Cuối 2020-08-17
Ngày Phát Hành 2016-06-27
Đánh Giá 4.17/5 Tổng số 88 Đánh Giá
Nhà Phát Triển MINI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mini.com.br
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}