WebAdictos
Últimas notas de WebAdictos
What is WebAdictos?
WebAdictos is a Chrome extension developed by http://webadictos.com.mx, and its main feature is "Últimas notas de WebAdictos".
Extension Screenshots
Download WebAdictos Extension CRX File
Download WebAdictos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
| Official URL | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
| Description | Últimas notas de WebAdictos |
| File Size | 146 KB |
| Installation Count | 216 |
| Current Version | 2.7 |
| Last Updated | 2013-08-12 |
| Publish Date | 2013-08-12 |
| Rating | 4.80/5 Total 5 Ratings |
| Developer | http://webadictos.com.mx |
| Payment Type | free |
| Extension Website | http://www.webadictos.com.mx |
| Help Page URL | http://www.webadictos.com.mx |
| Supported Languages | 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'"
} | |