MyHoroscopus

A better daily horoscope.

MyHoroscopusคืออะไร?

MyHoroscopus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zeus Media srl และคุณลักษณะหลักของมันคือ "A better daily horoscope."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyHoroscopus

ดาวน์โหลดไฟล์ส่วนขยาย MyHoroscopus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A better daily horoscope at myhoroscopus.com, your one stop shop for all things astrological.

This extension allow user to see daily horoscope from popup and on newtab. 

By clicking "Add to chrome", I accept and agree to installing the myhoroscopus.com Chrome extension and setting Chrome New Tab & it's search services to that provided by the service and the Terms of Use and Privacy Policy. 

Terms & Conditions: https://myhoroscopus.com/terms-conditions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MyHoroscopus MyHoroscopus
ID libcjnllnmcphdanhinjapjlgpgnhknl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myhoroscopus/libcjnllnmcphdanhinjapjlgpgnhknl
คำอธิบาย A better daily horoscope.
ขนาดไฟล์ 613 KB
จำนวนการติดตั้ง 5,531
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2021-08-10
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Zeus Media srl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://myhoroscopus.com/
URL หน้าช่วยเหลือ https://myhoroscopus.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://myhoroscopus.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MyHoroscopus",
    "author": "Zeus Media",
    "version": "0.1.1",
    "description": "A better daily horoscope.",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "myhoroscopus.com",
            "keyword": "keyword.myhoroscopus.com",
            "search_url": "https:\/\/myhoroscopus.com\/trk\/t.php?q={searchTerms}",
            "favicon_url": "https:\/\/myhoroscopus.com\/img\/favicon.png",
            "suggest_rul": "https:\/\/myhoroscopus.com\/suggest?q={searchTerms}",
            "instant_url": "https:\/\/myhoroscopus.com\/instant?q={searchTerms}",
            "image_url": "https:\/\/myhoroscopus.com\/image?q={searchTerms}",
            "search_url_post_params": "pid={pid}",
            "suggest_url_post_params": "suggest_lang=myhoroscopus.com",
            "instant_url_post_params": "instant_lang=myhoroscopus.com",
            "image_url_post_params": "image_lang=myhoroscopus.com",
            "alternate_urls": [
                "https:\/\/myhoroscopus.com\/s?q={searchTerm}",
                "https:\/\/myhoroscopus.com\/s?q={searchTerm}"
            ],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "28": "icons\/icon28.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "history",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "28": "icons\/icon28.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "A better daily horoscope.",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;"
    }
}