Worldcrisis.ru Ad Block
Improves Your experience with worldcrisis.ru.
什么是Worldcrisis.ru Ad Block?
Worldcrisis.ru Ad Block是由RobinLab开发的Chrome扩展程序,该扩展的主要功能是“Improves Your experience with worldcrisis.ru.”。
扩展截图
下载Worldcrisis.ru Ad Block扩展crx文件
下载Worldcrisis.ru Ad Block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tiny extension that effectively removes Ad blocks from worldcrisis.ru portal. Saves Your time and traffic. Pageas are loaded twice as faster! Compare screenshots and decide for yourself. 扩展基本信息
| 名称 | |
| ID | jjldcibcijgobnbacncalpjonjhmohll |
| 官方URL | https://chromewebstore.google.com/detail/worldcrisisru-ad-block/jjldcibcijgobnbacncalpjonjhmohll |
| 简介 | Improves Your experience with worldcrisis.ru. |
| 文件大小 | 19.41 KB |
| 安装次数 | 24 |
| 当前版本 | 0.2 |
| 更新时间 | 2014-04-28 |
| 上架时间 | 2014-04-27 |
| 开发者 | RobinLab |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.2",
"permissions": [
"*:\/\/worldcrisis.ru\/*"
],
"offline_enabled": true,
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": {
"19": "icon19.png"
},
"default_title": "Ads blocked"
},
"content_scripts": [
{
"matches": [
"*:\/\/worldcrisis.ru\/*"
],
"run_at": "document_start",
"all_frames": false,
"css": [
"blocked.css",
"fonts.css"
],
"js": [
"blocked.js",
"showicon.js"
]
}
],
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"19": "icon19.png"
},
"manifest_version": 2
} | |