Remove Twitter Moments
Removes Twitter's 'Moments' navigation button.
什麼是Remove Twitter Moments?
Remove Twitter Moments是由Ed開發的Chrome擴展程式,該擴展的主要功能是“Removes Twitter's 'Moments' navigation button.”。
擴展截圖
下載Remove Twitter Moments擴展crx文件
下載Remove Twitter Moments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple Chrome extension to remove the Twitter 'Moment's navigation bar button.
擴展基本資訊
名稱 | Remove Twitter Moments |
ID | ahgkojcohophkbdipjagnobbdabmhmdm |
官方網址 | https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm |
簡介 | Removes Twitter's 'Moments' navigation button. |
檔案大小 | 9.48 KB |
安裝次數 | 109 |
目前版本 | 1.1.0 |
更新時間 | 2015-12-14 |
上架時間 | 2015-12-13 |
評分 | 4.38/5 共 8 次評分 |
開發者 | Ed |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ed-flanagan/remove-moments |
說明頁面URL | https://github.com/ed-flanagan/remove-moments/issues |
支援的語言 | 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" ] } ] } |