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
公式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
Eメール [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"
            ]
        }
    ]
}