Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
What is Moments <> Notifications?
Moments <> Notifications is a Chrome extension developed by cullenbmacdonald, and its main feature is "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".
Extension Screenshots
Download Moments <> Notifications Extension CRX File
Download Moments <> Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Extension Basic Information
Name | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
Official URL | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
Description | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
File Size | 600 KB |
Installation Count | 134 |
Current Version | 0.3 |
Last Updated | 2015-12-05 |
Publish Date | 2015-12-04 |
Rating | 4.44/5 Total 9 Ratings |
Developer | cullenbmacdonald |
Payment Type | free |
Extension Website | http://cullen.website |
Supported Languages | 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" ] } ] } |