Website Informer Addon

Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.

ما هو Website Informer Addon؟

Website Informer Addon هو إضافة Chrome تم تطويرها بواسطة https://website.informer.com، والميزة الرئيسية لها هي "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".

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

screenshot

تحميل ملف CRX للإضافة Website Informer Addon

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

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

                        Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc.

Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.                    

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

الاسم Website Informer Addon Website Informer Addon
ID hgmkhdckpblkakgojblgmlgaeaimofom
عنوان URL الرسمي https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom
الوصف Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
حجم الملف 80.74 KB
عدد التثبيتات 12,794
النسخة الحالية 4.0.0
آخر تحديث 2022-05-24
تاريخ النشر 2018-01-24
تقييم 4.25/5 مجموع تقييمات 57
المطور https://website.informer.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://website.informer.com/addon
عنوان صفحة المساعدة https://website.informer.com/pages/contacts
عنوان صفحة سياسة الخصوصية http://website.informer.com/pages/tos
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Informer Addon",
    "version": "4.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.",
    "action": {
        "default_icon": "static\/img\/i128.png",
        "default_title": "Page Info",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "static\/img\/i128.png"
    },
    "host_permissions": [
        "https:\/\/website.informer.com\/*",
        "https:\/\/hits.informer.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}