Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Vad är Moments <> Notifications?
Moments <> Notifications är en Chrome-tillägg utvecklad av cullenbmacdonald, och dess huvudfunktion är "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".
Tilläggsskärmbilder
Ladda ner Moments <> Notifications-förlängningens CRX-fil
Ladda ner Moments <> Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Grundläggande Information om Tillägg
Namn | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
Officiell webbadress | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
Beskrivning | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
Filstorlek | 600 KB |
Antal Installationer | 134 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2015-12-05 |
Publiceringsdatum | 2015-12-04 |
Betyg | 4.44/5 Totalt 9 Betyg |
Utvecklare | cullenbmacdonald |
Betalningssätt | free |
Tilläggswebbplats | http://cullen.website |
Stödda Språk | 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" ] } ] } |