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 |
| 官方網址 | 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'"
} | |