WebAdictos
Últimas notas de WebAdictos
Vad är WebAdictos?
WebAdictos är en Chrome-tillägg utvecklad av http://webadictos.com.mx, och dess huvudfunktion är "Últimas notas de WebAdictos".
Tilläggsskärmbilder
Ladda ner WebAdictos-förlängningens CRX-fil
Ladda ner WebAdictos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
Officiell webbadress | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
Beskrivning | Últimas notas de WebAdictos |
Filstorlek | 146 KB |
Antal Installationer | 216 |
Aktuell Version | 2.7 |
Senast Uppdaterad | 2013-08-12 |
Publiceringsdatum | 2013-08-12 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | http://webadictos.com.mx |
Betalningssätt | free |
Tilläggswebbplats | http://www.webadictos.com.mx |
Hjälpsida URL | http://www.webadictos.com.mx |
Stödda Språk | 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'" } |