Speed-Up Browsing

Speeds up browsing over the time, by adding missing Cache-Control response headers.

Co je Speed-Up Browsing?

Speed-Up Browsing je rozšíření Chrome vyvinuté Wiz Extensions, a jeho hlavní funkcí je „Speeds up browsing over the time, by adding missing Cache-Control response headers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Speed-Up Browsing

Stáhněte si soubory rozšíření Speed-Up Browsing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension enhances the re-use of already downloaded images/scripts etc. thus speeds up loading of pages significantly.
Just install this extension and enjoy faster surfing.

It changes the default search of chrome to Bing.com                    

Základní Informace o Rozšíření

Název Speed-Up Browsing Speed-Up Browsing
ID hkhnldpdljhiooeallkmlajnogjghdfb
Oficiální URL https://chromewebstore.google.com/detail/speed-up-browsing/hkhnldpdljhiooeallkmlajnogjghdfb
Popis Speeds up browsing over the time, by adding missing Cache-Control response headers.
Velikost souboru 49.09 KB
Počet instalací 16,316
Aktuální Verze 2.51
Poslední Aktualizace 2023-09-22
Datum Vydání 2018-01-30
Hodnocení 4.27/5 Celkem 55 Hodnocení
Vývojář Wiz Extensions
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://speedupbrowsing.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "description": "Speeds up browsing over the time, by adding missing Cache-Control response headers.",
    "homepage_url": "https:\/\/github.com\/mubaidr\/Speed-up-Browsing\/",
    "icons": {
        "24": "\/img\/Lightning Bolt-24x24.png",
        "32": "\/img\/Lightning Bolt-32x32.png",
        "48": "\/img\/Lightning Bolt-48x48.png",
        "64": "\/img\/Lightning Bolt-64x64.png",
        "128": "\/img\/Lightning Bolt-128x128.png",
        "256": "\/img\/Lightning Bolt-256x256.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=552&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Speed-Up Browsing",
    "offline_enabled": false,
    "options_page": "html\/option.html",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "2.51"
}