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」です。
拡張機能のスクリーンショット
Personalize for Google Plus™拡張機能のCRXファイルをダウンロード
Personalize for Google Plus™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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'" } |