Open Tweet Filter
Filter tweets in Twitter web site.
Open Tweet Filterとは何ですか?
Open Tweet FilterはRicardo Stuvenによって開発されたChromeの拡張機能で、その主な機能は「Filter tweets in Twitter web site.」です。
拡張機能のスクリーンショット
Open Tweet Filter拡張機能のCRXファイルをダウンロード
Open Tweet Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IMPORTANT: To report bugs, request features or make questions, please go to SUPPORT section instead of REVIEWS. I don't get notifications of reviews, so your feedback is better channeled through Support. _____ If you have a lot of tweets filling your timeline about certain topic or person you are not interested in, this extension is for you. Features: - You can filter out tweets by their contents or by their authors. - You can filter out tweets using regular expressions (for example, all words beginning in "auto" using: /\Wauto/) - You can save your filter settings as a bookmarklet. - The tweets are not deleted but just hidden, so you can get them back any time by disabling the filter or changing the criteria. - It supports both the "new" and the "new new" Twitter versions. Usage details and source code are available in https://github.com/rstuven/OpenTweetFilter/ NOTE: We respect your privacy, so no data is sent to any server. Your filters are stored in your browser local storage (or saved as a bookmarklet) and processed in your own computer. Open Twitter Filter has been granted with the "100% FREE" Softpedia award which means this software does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors. More information about this certification: http://mac.softpedia.com/progClean/Open-Tweet-Filter-Clean-112403.html ____ Graphic design by @StoicYoic.
拡張機能の基本情報
名前 | |
ID | bdmjagdcpkfpebaaffpafncgkleijako |
公式URL | https://chrome.google.com/webstore/detail/open-tweet-filter/bdmjagdcpkfpebaaffpafncgkleijako |
説明 | Filter tweets in Twitter web site. |
ファイルサイズ | 512 KB |
インストール数 | 19,405 |
現在のバージョン | 2.5.0 |
最終更新日 | 2017-06-15 |
公開日 | 2017-06-15 |
評価 | 3.64/5 合計 247 レビュー |
開発者 | Ricardo Stuven |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rstuven/OpenTweetFilter |
対応言語 | en,es,pt-BR |
manifest.json | |
{ "manifest_version": 2, "name": "Open Tweet Filter", "version": "2.5.0", "description": "__MSG_description__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "data\/js\/filter.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } ], "icons": { "128": "data\/img\/icon.png" }, "default_locale": "en" } |