Personalize for Google Plus™

Only display non-public posts in the Google Plus stream

ما هو Personalize for Google Plus™؟

Personalize for Google Plus™ هو إضافة Chrome تم تطويرها بواسطة Tzafrir Rehan، والميزة الرئيسية لها هي "Only display non-public posts in the Google Plus stream".

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

screenshot

تحميل ملف CRX للإضافة Personalize for Google Plus™

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

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

                                            

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

الاسم Personalize for Google Plus™ Personalize for Google Plus™
ID ogkolkbgfclgllhpfoijlahlaajonmkk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk
الوصف Only display non-public posts in the Google Plus stream
حجم الملف 14.31 KB
عدد التثبيتات 48
النسخة الحالية 2.12
آخر تحديث 2012-09-12
تاريخ النشر 2012-09-12
تقييم 3.83/5 مجموع تقييمات 6
المطور Tzafrir Rehan
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personalize for Google Plus\u2122",
    "description": "Only display non-public posts in the Google Plus stream",
    "version": "2.12",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "personalize.js"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/plus.google.com\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}