Personalize for Google Plus™
Only display non-public posts in the Google Plus stream
What is Personalize for Google Plus™?
Personalize for Google Plus™ is a Chrome extension developed by Tzafrir Rehan, and its main feature is "Only display non-public posts in the Google Plus stream".
Extension Screenshots
Download Personalize for Google Plus™ Extension CRX File
Download Personalize for Google Plus™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | ogkolkbgfclgllhpfoijlahlaajonmkk |
| Official URL | https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk |
| Description | Only display non-public posts in the Google Plus stream |
| File Size | 14.31 KB |
| Installation Count | 48 |
| Current Version | 2.12 |
| Last Updated | 2012-09-12 |
| Publish Date | 2012-09-12 |
| Rating | 3.83/5 Total 6 Ratings |
| Developer | Tzafrir Rehan |
| Payment Type | free |
| Supported Languages | 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'"
} | |