Investing.com - Block User
Hide advertiser's comment in investing.com
What is Investing.com - Block User?
Investing.com - Block User is a Chrome extension developed by UtilApp, and its main feature is "Hide advertiser's comment in investing.com".
Extension Screenshots
Download Investing.com - Block User Extension CRX File
Download Investing.com - Block User 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
Investing.com da sürekli reklam yapan kullanıcıların tüm yorumlarını engellemek için harika bir eklenti. Ücretsiz olarak kullanabileceğiniz bu eklenti ile investing.com da üyeliğiniz olmasa bile kullanıcıları engellemek çok kolay. Yorumların altında yer alan turuncu resime basarak kullanıcının tüm yorumlarını gizleyebilirsiniz. Gizlediğiniz kullanıcıların yorumlarını artık takip etmek istediğinizde eklenti iconlarının olduğu bölümde, yorumların altında yer alan resimle aynı icona basarak daha önce engellediğiniz kullanıcıları göreceksiniz. Kullanıcı isimlerinin sol kısmında yer alan çöp kutusu resmine basarak ilgili kullanıcıyı engelli kullanıcılar listesinden çıkaratabiliriniz.
Extension Basic Information
Name | |
ID | gmepecllhkolgnoeanpbnmjafnhkihik |
Official URL | https://chrome.google.com/webstore/detail/investingcom-block-user/gmepecllhkolgnoeanpbnmjafnhkihik |
Description | Hide advertiser's comment in investing.com |
File Size | 116 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2020-01-26 |
Publish Date | 2020-01-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | UtilApp |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Investing.com - Block User", "short_name": "User Blocker", "version": "1.1", "description": "Hide advertiser's comment in investing.com", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.investing.com\/*" ], "js": [ "jquery-3.4.1.min.js", "contentScript.js", "alertify\/alertify.min.js" ], "css": [ "alertify\/css\/alertify.min.css", "alertify\/css\/alertify.rtl.min.css", "alertify\/css\/themes\/bootstrap.min.css", "alertify\/css\/themes\/bootstrap.rtl.min.css", "alertify\/css\/themes\/default.min.css", "alertify\/css\/themes\/default.rtl.min.css", "alertify\/css\/themes\/semantic.min.css", "alertify\/css\/themes\/semantic.rtl.min.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "image\/logo_16.png", "32": "image\/logo_32.png", "48": "image\/logo_48.png", "128": "image\/logo_128.png" } }, "manifest_version": 2 } |