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文件

下載MINI Fast Forward擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}