Remove Say Hi to User From Google+
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Remove Say Hi to User From Google+とは何ですか?
Remove Say Hi to User From Google+はRachid Otsmaneによって開発されたChromeの拡張機能で、その主な機能は「This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page」です。
拡張機能のスクリーンショット
Remove Say Hi to User From Google+拡張機能のCRXファイルをダウンロード
Remove Say Hi to User From Google+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
拡張機能の基本情報
名前 | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
公式URL | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
説明 | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
ファイルサイズ | 2.71 KB |
インストール数 | 21 |
現在のバージョン | 0.1 |
最終更新日 | 2013-05-21 |
公開日 | 2013-05-21 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Rachid Otsmane |
支払い方法 | free |
拡張機能のウェブサイト | http://www.droid-den.com |
ヘルプページのURL | https://plus.google.com/u/0/113562486592922185062 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Say Hi to User From Google+", "version": "0.1", "manifest_version": 2, "description": "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "css": [ "gplus.css" ] } ] } |