DiosEsAmor.TV
Noticias Cristianas relevantes de ultima hora
Wat is DiosEsAmor.TV?
DiosEsAmor.TV is een Chrome-extensie ontwikkeld door https://sites.google.com/site/diosesbuenocom, en de belangrijkste functie is "Noticias Cristianas relevantes de ultima hora".
Download het CRX-bestand van de extensie DiosEsAmor.TV
Download DiosEsAmor.TV-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 | pobhpdgkffdahkgkaikofmjpndbaihch |
| Officiële URL | https://chromewebstore.google.com/detail/diosesamortv/pobhpdgkffdahkgkaikofmjpndbaihch |
| Beschrijving | Noticias Cristianas relevantes de ultima hora |
| Bestandsgrootte | 48.9 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-07-11 |
| Publicatiedatum | 2016-07-10 |
| Ontwikkelaar | https://sites.google.com/site/diosesbuenocom |
| Betalingswijze | free |
| Ondersteunde Talen | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DiosEsAmor.TV",
"version": "1.0",
"description": "Noticias Cristianas relevantes de ultima hora",
"icons": {
"48": "img\/diosesmor48.png",
"16": "img\/diosesmor.png",
"128": "img\/diosesmor49.png"
},
"browser_action": {
"default_icon": "img\/diosesmor.png",
"default_title": "DiosEsAmor.TV noticias relevantes",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"*:\/\/*\/*",
"notifications"
]
} | |