WebAdictos
Últimas notas de WebAdictos
Wat is WebAdictos?
WebAdictos is een Chrome-extensie ontwikkeld door http://webadictos.com.mx, en de belangrijkste functie is "Últimas notas de WebAdictos".
Extensie Screenshots
Download het CRX-bestand van de extensie WebAdictos
Download WebAdictos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
Officiële URL | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
Beschrijving | Últimas notas de WebAdictos |
Bestandsgrootte | 146 KB |
Aantal Installaties | 216 |
Huidige Versie | 2.7 |
Laatst Bijgewerkt | 2013-08-12 |
Publicatiedatum | 2013-08-12 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://webadictos.com.mx |
Betalingswijze | free |
Extensiewebsite | http://www.webadictos.com.mx |
Help Pagina-URL | http://www.webadictos.com.mx |
Ondersteunde Talen | 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'" } |