Trend Blocker
Blocks curiosity-clicks to Twitter trends.
什么是Trend Blocker?
Trend Blocker是由https://klivk.com开发的Chrome扩展程序,该扩展的主要功能是“Blocks curiosity-clicks to Twitter trends.”。
扩展截图
下载Trend Blocker扩展crx文件
下载Trend Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles. When you are super curious about one, you can always control-click or right-click to read it.
扩展基本信息
名称 | Trend Blocker |
ID | mmkljdkafmpccfjahboblagjedcdafpg |
官方URL | https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg |
简介 | Blocks curiosity-clicks to Twitter trends. |
文件大小 | 59.3 KB |
安装次数 | 94 |
当前版本 | 1.0.2.2 |
更新时间 | 2012-04-24 |
上架时间 | 2012-04-24 |
开发者 | https://klivk.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://serdar.work/chrome-extensions/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trend Blocker", "version": "1.0.2.2", "manifest_version": 2, "description": "Blocks curiosity-clicks to Twitter trends.", "icons": { "14": "icon14.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/trend-blocker" } |