HBO GO Quality Enforcer
Forcinq quality settings for HBO GO
What is HBO GO Quality Enforcer?
HBO GO Quality Enforcer is a Chrome extension developed by Pisek, and its main feature is "Forcinq quality settings for HBO GO".
Extension Screenshots
Download HBO GO Quality Enforcer Extension CRX File
Download HBO GO Quality Enforcer 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
Small extension that allows forcing selected HBO GO video quality Works in countries: * Magyarország * Česko * Slovensko * România * Polska * Hrvatska * Србија * Slovenija * Македонија * Montenegro * България * Bosna
Extension Basic Information
Name | HBO GO Quality Enforcer |
ID | kbmjfcgbpnigcngkjgfjmaameebdhhab |
Official URL | https://chromewebstore.google.com/detail/hbo-go-quality-enforcer/kbmjfcgbpnigcngkjgfjmaameebdhhab |
Description | Forcinq quality settings for HBO GO |
File Size | 80.16 KB |
Installation Count | 6,903 |
Current Version | 1.0 |
Last Updated | 2018-10-09 |
Publish Date | 2018-10-09 |
Rating | 4.37/5 Total 30 Ratings |
Developer | Pisek |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HBO GO Quality Enforcer", "version": "1.0", "author": "Pisek", "description": "Forcinq quality settings for HBO GO", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.hbogo.hu\/*", "*:\/\/*.hbogo.cz\/*", "*:\/\/*.hbogo.sk\/*", "*:\/\/*.hbogo.ro\/*", "*:\/\/*.hbogo.pl\/*", "*:\/\/*.hbogo.hr\/*", "*:\/\/*.hbogo.rs\/*", "*:\/\/*.hbogo.si\/*", "*:\/\/*.hbogo.mk\/*", "*:\/\/*.hbogo.me\/*", "*:\/\/*.hbogo.bg\/*", "*:\/\/*.hbogo.ba\/*" ] } ], "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ "script.js" ], "browser_action": { "default_title": "HBO GO Quality Settings", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon128.png" } }, "icons": { "128": "icons\/icon128.png" }, "manifest_version": 2 } |