Twitter Promotion Blocker
Twitterのタイムライン上のプロモーションを非表示にする
什麼是Twitter Promotion Blocker?
Twitter Promotion Blocker是由loach開發的Chrome擴展程式,該擴展的主要功能是“Twitterのタイムライン上のプロモーションを非表示にする”。
擴展截圖
下載Twitter Promotion Blocker擴展crx文件
下載Twitter Promotion Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hide promotions on the Twitter timeline
擴展基本資訊
名稱 | Twitter Promotion Blocker |
ID | lkihdcghldecfaijmejlddmgkljlfdgb |
官方網址 | https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb |
簡介 | Twitterのタイムライン上のプロモーションを非表示にする |
檔案大小 | 6.21 KB |
安裝次數 | 66 |
目前版本 | 1.0.0 |
更新時間 | 2020-09-13 |
上架時間 | 2020-09-13 |
評分 | 5.00/5 共 2 次評分 |
開發者 | loach |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Promotion Blocker", "version": "1.0.0", "manifest_version": 2, "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "content.css" ] } ] } |