Remove Twitter Moments
Removes Twitter's 'Moments' navigation button.
What is Remove Twitter Moments?
Remove Twitter Moments is a Chrome extension developed by Ed, and its main feature is "Removes Twitter's 'Moments' navigation button.".
Extension Screenshots
Download Remove Twitter Moments Extension CRX File
Download Remove Twitter Moments 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
A simple Chrome extension to remove the Twitter 'Moment's navigation bar button.
Extension Basic Information
Name | Remove Twitter Moments |
ID | ahgkojcohophkbdipjagnobbdabmhmdm |
Official URL | https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm |
Description | Removes Twitter's 'Moments' navigation button. |
File Size | 9.48 KB |
Installation Count | 109 |
Current Version | 1.1.0 |
Last Updated | 2015-12-14 |
Publish Date | 2015-12-13 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Ed |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ed-flanagan/remove-moments |
Help Page URL | https://github.com/ed-flanagan/remove-moments/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Twitter Moments", "short_name": "Stop Moments", "description": "Removes Twitter's 'Moments' navigation button.", "version": "1.1.0", "version_name": "1.1.0", "homepage_url": "https:\/\/github.com\/ed-flanagan\/remove-moments", "author": "Ed Flanagan", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "offline_enabled": false, "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "remove.css" ] } ] } |