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
Was ist AskHoroscope?
AskHoroscope ist eine Chrome-Erweiterung, die von https://www.askhoroscope.com entwickelt wurde, und ihr Hauptmerkmal ist "Observe las predicciones para su signo! Vea su horóscopo y descubra su fortuna! Sorpréndase con lo que las estrellas deparan para ti".
Erweiterungsscreenshots
AskHoroscope-Erweiterungs-CRX-Datei herunterladen
Laden Sie AskHoroscope-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ebphagebenfbjnikmhaghmidaagkcgoj |
Offizielle URL | https://chrome.google.com/webstore/detail/askhoroscope/ebphagebenfbjnikmhaghmidaagkcgoj |
Beschreibung | Observe las predicciones para su signo! Vea su horóscopo y descubra su fortuna! Sorpréndase con lo que las estrellas deparan para ti |
Dateigröße | 2.21 MB |
Installationsanzahl | 523 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-11-27 |
Veröffentlichungsdatum | 2020-07-09 |
Entwickler | https://www.askhoroscope.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://askhoroscope.com/description/ |
Hilfeseite URL | https://askhoroscope.com/contact/ |
Unterstützte Sprachen | 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:\/\/*\/" ] } |