Personalize for Google Plus™

Only display non-public posts in the Google Plus stream

Personalize for Google Plus™ là gì?

Personalize for Google Plus™ là một tiện ích mở rộng Chrome được phát triển bởi Tzafrir Rehan, và tính năng chính của nó là "Only display non-public posts in the Google Plus stream".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Personalize for Google Plus™

Tải xuống các tệp mở rộng Personalize for Google Plus™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Personalize for Google Plus™ Personalize for Google Plus™
ID ogkolkbgfclgllhpfoijlahlaajonmkk
URL Chính Thức https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk
Mô tả Only display non-public posts in the Google Plus stream
Kích Thước Tệp 14.31 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 2.12
Cập Nhật Lần Cuối 2012-09-12
Ngày Phát Hành 2012-09-12
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tzafrir Rehan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}