Abc.com.py Widget
Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo
What is Abc.com.py Widget?
Abc.com.py Widget is a Chrome extension developed by Fernando MG, and its main feature is "Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo".
Extension Screenshots
Download Abc.com.py Widget Extension CRX File
Download Abc.com.py Widget 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
El widget permite ver el contenido resumido del sitio web, leer las 10 ultimas noticias de cada una de las categorías y con un click podes ver el articulo completo.
Extension Basic Information
Name | Abc.com.py Widget |
ID | bogjmgijnhkobhcmplhidlknegmdaopi |
Official URL | https://chromewebstore.google.com/detail/abccompy-widget/bogjmgijnhkobhcmplhidlknegmdaopi |
Description | Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo |
File Size | 83.96 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2013-06-16 |
Publish Date | 2013-06-15 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Fernando MG |
Payment Type | free |
Extension Website | http://github.com/FrnandMG |
Help Page URL | http://twitter.com/FrnandMG |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Abc.com.py Widget", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Widget Abc.com.py - Noticias del \u00e1mbito del deporte, nacionales, internacionales, \u00faltimas noticias de Paraguay y el mundo", "browser_action": { "default_title": "UltimaHora.com Widget", "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.abc.com.py\/", "http:\/\/*.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google.com; object-src 'self'" } |