WordPress Version

WordPress Version allows you to know WP version of website

ما هو WordPress Version؟

WordPress Version هو إضافة Chrome تم تطويرها بواسطة AMZScout، والميزة الرئيسية لها هي "WordPress Version allows you to know WP version of website".

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

screenshot

تحميل ملف CRX للإضافة WordPress Version

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

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

                        WordPress Version allows you to get information about version of WordPress at websites which use it and compare it with the latest available version.                    

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

الاسم WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
الوصف WordPress Version allows you to know WP version of website
حجم الملف 44.05 KB
عدد التثبيتات 971
النسخة الحالية 1.0.1
آخر تحديث 2016-06-28
تاريخ النشر 2016-06-28
تقييم 3.29/5 مجموع تقييمات 7
المطور AMZScout
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://amzscout.net/docs/security-policy.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Version",
    "version": "1.0.1",
    "description": "WordPress Version allows you to know WP version of website",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "tabs",
        "gcm",
        "identity",
        "*:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}