Personalize for Google Plus™
Only display non-public posts in the Google Plus stream
Wat is Personalize for Google Plus™?
Personalize for Google Plus™ is een Chrome-extensie ontwikkeld door Tzafrir Rehan, en de belangrijkste functie is "Only display non-public posts in the Google Plus stream".
Extensie Screenshots
Download het CRX-bestand van de extensie Personalize for Google Plus™
Download Personalize for Google Plus™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ogkolkbgfclgllhpfoijlahlaajonmkk |
Officiële URL | https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk |
Beschrijving | Only display non-public posts in the Google Plus stream |
Bestandsgrootte | 14.31 KB |
Aantal Installaties | 48 |
Huidige Versie | 2.12 |
Laatst Bijgewerkt | 2012-09-12 |
Publicatiedatum | 2012-09-12 |
Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Tzafrir Rehan |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |