Replace Steam CDN
Replace Steam CDN with Addones CDN.
Cos'è Replace Steam CDN?
Replace Steam CDN è un'estensione di Chrome sviluppata da Teakowa, e la sua funzione principale è "Replace Steam CDN with Addones CDN.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Replace Steam CDN
Scarica i file di estensione Replace Steam CDN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replace Steam CDN with FSPNetwork CDN.
Informazioni di Base sull'Estensione
Nome | Replace Steam CDN |
ID | iilhacdbnjajfmacdkoibphgdglcionn |
URL Ufficiale | https://chromewebstore.google.com/detail/replace-steam-cdn/iilhacdbnjajfmacdkoibphgdglcionn |
Descrizione | Replace Steam CDN with Addones CDN. |
Dimensione del File | 8.43 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2019-07-26 |
Data di Pubblicazione | 2019-07-26 |
Sviluppatore | Teakowa |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Teakowa/Replace-Steam-CDN |
URL della Pagina di Aiuto | https://github.com/Teakowa/Replace-Steam-CDN/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Steam CDN", "version": "1.5.0", "description": "Replace Steam CDN with Addones CDN.", "icons": { "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/store.steampowered.com\/*", "*:\/\/steamcommunity.com\/*", "*:\/\/steamcdn-a.akamaihd.net\/*", "*:\/\/steamstore-a.akamaihd.net\/*", "*:\/\/steamcommunity-a.akamaihd.net\/*", "*:\/\/steamuserimages-a.akamaihd.net\/*", "*:\/\/cdn.steamstatic.com.8686c.com\/*", "*:\/\/steambroadcast.akamaized.net\/*" ], "author": "https:\/\/github.com\/teakowa", "homepage_url": "https:\/\/github.com\/Teakowa\/Replace-Steam-CDN" } |