Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
¿Qué es Moments <> Notifications?
Moments <> Notifications es una extensión de Chrome desarrollada por cullenbmacdonald, y su función principal es "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Moments <> Notifications
Descarga archivos de extensión Moments <> Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Información Básica de la Extensión
Nombre | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
URL Oficial | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
Descripción | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
Tamaño del Archivo | 600 KB |
Cantidad de Instalaciones | 134 |
Versión Actual | 0.3 |
Última Actualización | 2015-12-05 |
Fecha de Publicación | 2015-12-04 |
Calificación | 4.44/5 Total de 9 Calificaciones |
Desarrollador | cullenbmacdonald |
Tipo de Pago | free |
Sitio Web de la Extensión | http://cullen.website |
Idiomas Soportados | 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" ] } ] } |