OKPlus
Meteo report provides local & long range weather forecasts for locations worldwide
什么是OKPlus?
OKPlus是由http://api.rixnews.com开发的Chrome扩展程序,该扩展的主要功能是“Meteo report provides local & long range weather forecasts for locations worldwide”。
扩展截图
下载OKPlus扩展crx文件
下载OKPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Данное расширение предназначено для пользователей социальной сети "Одноклассники" и служит для того, что-бы заменить назойливую рекламу на блок с погодой в Вашем населенном пункте! Помимо этого есть много дополнительных возможностей, которые постоянно добавляются и обновляются. Расширение абсолютно бесплатно и устанавливается в один клик.
扩展基本信息
名称 | |
ID | mblnoeafepgemhdnlbhbhlnegkglpalo |
官方URL | https://chrome.google.com/webstore/detail/okplus/mblnoeafepgemhdnlbhbhlnegkglpalo |
简介 | Meteo report provides local & long range weather forecasts for locations worldwide |
文件大小 | 1.33 MB |
安装次数 | 908 |
当前版本 | 0.0.0.6 |
更新时间 | 2019-08-08 |
上架时间 | 2019-08-07 |
评分 | 3.14/5 共7次评分 |
开发者 | http://api.rixnews.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,en-US,ru |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OKPlus", "version": "0.0.0.6", "default_locale": "en", "description": "__MSG_extDesc__", "permissions": [ "tabs", "geolocation", "storage" ], "icons": { "16": "\/icons\/icon_16.png", "32": "\/icons\/icon_32.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/browser.png", "default_title": "__MSG_extPopup__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js", "js\/jquery-3.4.0.min.js" ] }, "content_scripts": [ { "js": [ "js\/jquery-3.4.0.min.js", "js\/main.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.meteo.report\/*", "*:\/\/*.ok.ru\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/icons\/*", "\/js\/hosts\/*" ] } |