Investing User Blocker
Block unwanted users in investing forums. Other extensions by this author;…
什么是Investing User Blocker?
Investing User Blocker是由zeynep开发的Chrome扩展程序,该扩展的主要功能是“Block unwanted users in investing forums. Other extensions by this author;…”。
扩展截图
下载Investing User Blocker扩展crx文件
下载Investing User Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Block unwanted users in investing forums.
Other extensions by this author;
https://chrome.google.com/webstore/search/zeynep?authuser=1&_category=extensions 扩展基本信息
| 名称 | |
| ID | jaeffcpegddgcaeoogepbcailmhbmmpe |
| 官方URL | https://chromewebstore.google.com/detail/investing-user-blocker/jaeffcpegddgcaeoogepbcailmhbmmpe |
| 简介 | Block unwanted users in investing forums. Other extensions by this author;… |
| 文件大小 | 59.74 KB |
| 安装次数 | 440 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2016-10-18 |
| 上架时间 | 2016-10-17 |
| 评分 | 4.10/5 共10次评分 |
| 开发者 | zeynep |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | tr |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"popup.js"
],
"matches": [
"http:\/\/uk.investing.com\/*",
"http:\/\/in.investing.com\/*",
"http:\/\/ca.investing.com\/*",
"http:\/\/au.investing.com\/",
"http:\/\/za.investing.com\/*",
"http:\/\/de.investing.com\/*",
"http:\/\/es.investing.com\/*",
"http:\/\/mx.investing.com\/",
"http:\/\/fr.investing.com\/*",
"http:\/\/it.investing.com\/*",
"http:\/\/nl.investing.com\/*",
"http:\/\/pl.investing.com\/",
"http:\/\/pt.investing.com\/*",
"http:\/\/br.investing.com\/*",
"http:\/\/ru.investing.com\/*",
"http:\/\/tr.investing.com\/*",
"http:\/\/sa.investing.com\/*",
"http:\/\/gr.investing.com\/*",
"http:\/\/se.investing.com\/*",
"http:\/\/fi.investing.com\/*",
"http:\/\/il.investing.com\/*",
"http:\/\/jp.investing.com\/*",
"http:\/\/kr.investing.com\/*",
"http:\/\/cn.investing.com\/*",
"http:\/\/hk.investing.com\/*",
"http:\/\/id.investing.com\/*",
"http:\/\/ms.investing.com\/*",
"http:\/\/th.investing.com\/*"
]
}
],
"description": "",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnLHuCRpQRaLXR368WDJ6Mr5zhqO20Bvvz\/MdLqGILUAoy9ynkMKvjPkuzXfK1ObgNI6PlI2FCDTTlC7XoOHAIFZtxmjT7pffKAKv\/3Z8dK\/ZiuKppkbE4Fm+tLk0pyKs8TckfWWinddnjgfIad9hrIB3Fv8gfhdz+nbKe9ISgJDSrD+jqzq7UVZGVfW326Uu\/M\/RqN3+SuUGp+uDn+3H4KBq28cKGWtV\/YdUDu9hApfisqS+JspB0XhsOKJyNe0ZgTgj1SQZbySBxw5j63vMrdB39IMpH7eRKHLIcIR+U23A9l4YlzWC4Fk5O9D8wOqasVzw0x0l8knrn34EjVrWDwIDAQAB",
"manifest_version": 2,
"name": "Investing User Blocker",
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.1"
} | |