Todays Horoscope

Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.

ما هو Todays Horoscope؟

Todays Horoscope هو إضافة Chrome تم تطويرها بواسطة http://todaysreadings.live، والميزة الرئيسية لها هي "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Todays Horoscope

قم بتنزيل ملفات الامتداد Todays Horoscope بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Your daily horoscopes and custom search on your New Tab.
This extension adds a beautifully displayed daily horoscope for all 12 zodiac signs tucked away on the right-hand side of any new tab you open in Chrome.   Unobtrusive and updated every single day by a real astrologer.

You can uninstall the app any time you choose to if you dare tempt fate!  As always please feel free to ask questions, submit comments or ask for help should you need it.

Enjoy!                    

معلومات أساسية عن التمديد

الاسم Todays Horoscope Todays Horoscope
ID kedmcngkaoijpdbnfknnndlckgngfkif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif
الوصف Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
حجم الملف 15 KB
عدد التثبيتات 66
النسخة الحالية 2.8.27.0
آخر تحديث 2019-09-03
تاريخ النشر 2019-09-03
المطور http://todaysreadings.live
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://todaysreadings.live
عنوان صفحة سياسة الخصوصية https://suppression.io
اللغات المدعومة en-US
manifest.json
{
    "description": "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "version": "2.8.27.0",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.todaysreadings.live\/*"
    ],
    "manifest_version": 2,
    "name": "Todays Horoscope",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.todaysreadings.live\/*"
            ],
            "all_frames": true,
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "web_page_home.html"
    }
}