Best Google SEO Helper

Strong Klout and Good RT.

ما هو Best Google SEO Helper؟

Best Google SEO Helper هو إضافة Chrome تم تطويرها بواسطة carTurtle9، والميزة الرئيسية لها هي "Strong Klout and Good RT.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Best Google SEO Helper

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

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

                        Check the Strong Klout and Good RT of any site on the web, right from Chrome.                    

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

الاسم Best Google SEO Helper Best Google SEO Helper
ID jhoigcpcdifaenahgkhneleghbgggfol
عنوان URL الرسمي https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol
الوصف Strong Klout and Good RT.
حجم الملف 19.09 KB
عدد التثبيتات 214
النسخة الحالية 1.2
آخر تحديث 2015-01-21
تاريخ النشر 2015-01-20
تقييم 4.20/5 مجموع تقييمات 5
المطور carTurtle9
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Google SEO Helper",
    "description": "Strong Klout and Good RT.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "128": "logo128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}