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 |
官方網址 | 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" } |