ZemanBlock
Jediná možnost, jak číst zpravodajské servery.
What is ZemanBlock?
ZemanBlock is a Chrome extension developed by bohdan.maslowski, and its main feature is "Jediná možnost, jak číst zpravodajské servery.".
Extension Screenshots
Download ZemanBlock Extension CRX File
Download ZemanBlock 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
Tired of reading embarrassing news about Zeman? This extension helps a little by replacing Zeman with more fitting names. Works for major Czech news sites. CAUTION: Do not use while preparing texts for TV broadcast (https://bit.ly/3nUr3N1).
Extension Basic Information
Name | ZemanBlock |
ID | dkmkngddjdildamjdkadffknbegcmebg |
Official URL | https://chromewebstore.google.com/detail/zemanblock/dkmkngddjdildamjdkadffknbegcmebg |
Description | Jediná možnost, jak číst zpravodajské servery. |
File Size | 961 KB |
Installation Count | 608 |
Current Version | 1.4 |
Last Updated | 2020-12-29 |
Publish Date | 2019-04-07 |
Rating | 4.91/5 Total 89 Ratings |
Developer | bohdan.maslowski |
[email protected] | |
Payment Type | free |
Supported Languages | cs |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "jquery.min.js", "cscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Jedin\u00e1 mo\u017enost, jak \u010d\u00edst zpravodajsk\u00e9 servery.", "icons": { "128": "logo128.png", "48": "logo48.png" }, "manifest_version": 2, "name": "ZemanBlock", "permissions": [ "http:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |