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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform the S key into MINI COOPER S accelerator for any YouTube, Facebook or even Netflix video."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MINI Fast Forward एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}