Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
什么是Moments <> Notifications?
Moments <> Notifications是由cullenbmacdonald开发的Chrome扩展程序,该扩展的主要功能是“Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.”。
扩展截图
下载Moments <> Notifications扩展crx文件
下载Moments <> Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
扩展基本信息
名称 | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
官方URL | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
简介 | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
文件大小 | 600 KB |
安装次数 | 134 |
当前版本 | 0.3 |
更新时间 | 2015-12-05 |
上架时间 | 2015-12-04 |
评分 | 4.44/5 共9次评分 |
开发者 | cullenbmacdonald |
付费类型 | free |
扩展官网 | http://cullen.website |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moments <> Notifications", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "js": [ "content.js" ] } ] } |