Replace Steam CDN
Replace Steam CDN with Addones CDN.
What is Replace Steam CDN?
Replace Steam CDN is a Chrome extension developed by Teakowa, and its main feature is "Replace Steam CDN with Addones CDN.".
Extension Screenshots
Download Replace Steam CDN Extension CRX File
Download Replace Steam CDN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replace Steam CDN with FSPNetwork CDN.
Extension Basic Information
Name | Replace Steam CDN |
ID | iilhacdbnjajfmacdkoibphgdglcionn |
Official URL | https://chromewebstore.google.com/detail/replace-steam-cdn/iilhacdbnjajfmacdkoibphgdglcionn |
Description | Replace Steam CDN with Addones CDN. |
File Size | 8.43 KB |
Installation Count | 24 |
Current Version | 1.5.0 |
Last Updated | 2019-07-26 |
Publish Date | 2019-07-26 |
Developer | Teakowa |
Payment Type | free |
Extension Website | https://github.com/Teakowa/Replace-Steam-CDN |
Help Page URL | https://github.com/Teakowa/Replace-Steam-CDN/issues |
Supported Languages | 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" } |