Invite cleanup for Google+™
Removes hangout invites from your profile
什么是Invite cleanup for Google+™?
Invite cleanup for Google+™是由Tzafrir Rehan开发的Chrome扩展程序,该扩展的主要功能是“Removes hangout invites from your profile”。
扩展截图
下载Invite cleanup for Google+™扩展crx文件
下载Invite cleanup for Google+™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension deletes all stale hangout posts from your profile, from the past 5 days.
It will not delete hangout posts that have comments on them. 扩展基本信息
| 名称 | |
| ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
| 官方URL | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
| 简介 | Removes hangout invites from your profile |
| 文件大小 | 599 KB |
| 安装次数 | 31 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2013-01-04 |
| 上架时间 | 2013-01-03 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Tzafrir Rehan |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Invite cleanup for Google+\u2122",
"version": "0.1.2",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"description": "Removes hangout invites from your profile",
"icons": {
"128": "icon128.png",
"16": "icon128.png",
"32": "icon128.png",
"64": "icon128.png"
},
"permissions": [
"notifications",
"unlimitedStorage",
"https:\/\/plus.google.com\/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |