Personalize for Google Plus™
Only display non-public posts in the Google Plus stream
Was ist Personalize for Google Plus™?
Personalize for Google Plus™ ist eine Chrome-Erweiterung, die von Tzafrir Rehan entwickelt wurde, und ihr Hauptmerkmal ist "Only display non-public posts in the Google Plus stream".
Erweiterungsscreenshots
Personalize for Google Plus™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Personalize for Google Plus™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | ogkolkbgfclgllhpfoijlahlaajonmkk |
Offizielle URL | https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk |
Beschreibung | Only display non-public posts in the Google Plus stream |
Dateigröße | 14.31 KB |
Installationsanzahl | 48 |
Aktuelle Version | 2.12 |
Letztes Update | 2012-09-12 |
Veröffentlichungsdatum | 2012-09-12 |
Bewertung | 3.83/5 Insgesamt 6 Bewertungen |
Entwickler | Tzafrir Rehan |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |