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 |
| 官方網址 | 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
} | |