WebAdictos
Últimas notas de WebAdictos
什么是WebAdictos?
WebAdictos是由http://webadictos.com.mx开发的Chrome扩展程序,该扩展的主要功能是“Últimas notas de WebAdictos”。
扩展截图
下载WebAdictos扩展crx文件
下载WebAdictos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
| 官方URL | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
| 简介 | Últimas notas de WebAdictos |
| 文件大小 | 146 KB |
| 安装次数 | 216 |
| 当前版本 | 2.7 |
| 更新时间 | 2013-08-12 |
| 上架时间 | 2013-08-12 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | http://webadictos.com.mx |
| 付费类型 | free |
| 扩展官网 | http://www.webadictos.com.mx |
| 帮助页面URL | http://www.webadictos.com.mx |
| 支持的语言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebAdictos",
"version": "2.7",
"manifest_version": 2,
"description": "\u00daltimas notas de WebAdictos",
"icons": {
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/bg_webadictos.js"
]
},
"browser_action": {
"default_title": "WebAdictos",
"default_icon": "images\/icon.png",
"default_popup": "feed.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.webadictos.com.mx\/*",
"http:\/\/*.webadictos.com\/*"
],
"js": [
"js\/checkinstall.js"
]
}
],
"permissions": [
"tabs",
"storage",
"alarms",
"http:\/\/*.webadictos.com.mx\/*",
"http:\/\/*.webadictos.com\/*",
"http:\/\/*.feedsportal.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |