Personalize for Google Plus™

Only display non-public posts in the Google Plus stream

什么是Personalize for Google Plus™?

Personalize for Google Plus™是由Tzafrir Rehan开发的Chrome扩展程序,该扩展的主要功能是“Only display non-public posts in the Google Plus stream”。

扩展截图

screenshot

下载Personalize for Google Plus™扩展crx文件

下载Personalize for Google Plus™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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'"
}