Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Hvad er Moments <> Notifications?
Moments <> Notifications er en Chrome-udvidelse udviklet af cullenbmacdonald, og dens hovedfunktion er "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".
Udvidelsesskærmbilleder
Download Moments <> Notifications-udvidelses-CRX-fil
Download Moments <> Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Grundlæggende oplysninger om udvidelsen
Navn | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
Officiel URL | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
Beskrivelse | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
Filstørrelse | 600 KB |
Antal Installationer | 134 |
Nuværende Version | 0.3 |
Senest Opdateret | 2015-12-05 |
Udgivelsesdato | 2015-12-04 |
Bedømmelse | 4.44/5 Samlet 9 Bedømmelser |
Udvikler | cullenbmacdonald |
Betalingsmetode | free |
Udvidelseswebsted | http://cullen.website |
Understøttede Sprog | 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" ] } ] } |