Twitter Recommendation Block
Block recommendation and promotion contents on twitter.com.
什麼是Twitter Recommendation Block?
Twitter Recommendation Block是由r7kamura開發的Chrome擴展程式,該擴展的主要功能是“Block recommendation and promotion contents on twitter.com.”。
擴展截圖
下載Twitter Recommendation Block擴展crx文件
下載Twitter Recommendation Block擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - Block promoted tweets in timeline. - Block recommended topics and users in sidebar. - Block recommended topics and users in timeline.
擴展基本資訊
名稱 | Twitter Recommendation Block |
ID | ekhgcgpangmhninpoeefefbcepiohaod |
官方網址 | https://chromewebstore.google.com/detail/twitter-recommendation-bl/ekhgcgpangmhninpoeefefbcepiohaod |
簡介 | Block recommendation and promotion contents on twitter.com. |
檔案大小 | 7.67 KB |
安裝次數 | 107 |
目前版本 | 0.1.3 |
更新時間 | 2022-06-04 |
上架時間 | 2022-05-30 |
評分 | 1.00/5 共 1 次評分 |
開發者 | r7kamura |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/r7kamura/twitter-recommendation-block |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Recommendation Block", "description": "Block recommendation and promotion contents on twitter.com.", "version": "0.1.3", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.192370db.61b421cb.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "assets\/content.ts.192370db.js" ], "use_dynamic_url": true } ] } |