AskHoroscope
Observe las predicciones para su signo! Vea su horóscopo y descubra su fortuna! Sorpréndase con lo que las estrellas deparan para ti
Wat is AskHoroscope?
AskHoroscope is een Chrome-extensie ontwikkeld door https://www.askhoroscope.com, en de belangrijkste functie is "Observe las predicciones para su signo! Vea su horóscopo y descubra su fortuna! Sorpréndase con lo que las estrellas deparan para ti".
Extensie Screenshots
Download het CRX-bestand van de extensie AskHoroscope
Download AskHoroscope-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
Accede a tu Horóscopo con tan solo 2 clics!
En AskHoroscope, podrás acceder a tu horóscopo diario gratuitamente, ya sea en español, ingles o portugués.
Nuestras predicciones de horóscopo se actualizan diariamente para que puedas tener la ultima información y descubras tu fortuna diaria y lo que las estrellas deparan para ti cada dia! Basisinformatie over de Extensie
| Naam | |
| ID | ebphagebenfbjnikmhaghmidaagkcgoj |
| Officiële URL | https://chrome.google.com/webstore/detail/askhoroscope/ebphagebenfbjnikmhaghmidaagkcgoj |
| Beschrijving | Observe las predicciones para su signo! Vea su horóscopo y descubra su fortuna! Sorpréndase con lo que las estrellas deparan para ti |
| Bestandsgrootte | 2.21 MB |
| Aantal Installaties | 523 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2020-11-27 |
| Publicatiedatum | 2020-07-09 |
| Ontwikkelaar | https://www.askhoroscope.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://askhoroscope.com/description/ |
| Help Pagina-URL | https://askhoroscope.com/contact/ |
| Ondersteunde Talen | en,es,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.2",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"author": "HoroscopeFree",
"default_locale": "es",
"icons": {
"128": "images\/icon_128.png",
"48": "images\/icon_48.png",
"16": "images\/icon_16.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html",
"browser_styles": true
},
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"storage",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |