tweet-hider
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
什么是tweet-hider?
tweet-hider是由http://tweet-hider.ru开发的Chrome扩展程序,该扩展的主要功能是“tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile”。
扩展截图
下载tweet-hider扩展crx文件
下载tweet-hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that! The extension will help you to hide replies and retweets in in a user's profile with one click. How to use the extension: After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again. Invented by RiverCity - http://river-city.ru
扩展基本信息
名称 | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
官方URL | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
简介 | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
文件大小 | 37.21 KB |
安装次数 | 31 |
当前版本 | 1.6 |
更新时间 | 2012-10-02 |
上架时间 | 2012-10-02 |
评分 | 3.67/5 共9次评分 |
开发者 | http://tweet-hider.ru |
付费类型 | free |
扩展官网 | http://tweet-hider.ru |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "tweet-hider", "version": "1.6", "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "th.js" ] } ], "manifest_version": 2, "homepage_url": "http:\/\/tweet-hider.ru\/", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |