Twitter Ad Blocker
Block Twitter ads and annoying UI elements.
什麼是Twitter Ad Blocker?
Twitter Ad Blocker是由devdevdev808開發的Chrome擴展程式,該擴展的主要功能是“Block Twitter ads and annoying UI elements.”。
擴展截圖
下載Twitter Ad Blocker擴展crx文件
下載Twitter Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twitter Ad Blocker hides Promoted tweets, What's happening, Who to follow, Messages drawer and Topics to follow sections. Focus on tweets instead of irrelevant ads, people, news and topics. Enjoy Twitter as it was intended! We don't collect any information about you. This extension is open source, the code can be found here: https://github.com/pashakhomchenko/TwitterAdBlocker If you have suggestions on how to improve Twitter Ad Blocker, email me at [email protected] or create a new issue here: https://github.com/pashakhomchenko/TwitterAdBlocker/issues
擴展基本資訊
名稱 | Twitter Ad Blocker |
ID | dhlbmiajajiiploeagcijnmnfiphgmdc |
官方網址 | https://chromewebstore.google.com/detail/twitter-ad-blocker/dhlbmiajajiiploeagcijnmnfiphgmdc |
簡介 | Block Twitter ads and annoying UI elements. |
檔案大小 | 170 KB |
安裝次數 | 473 |
目前版本 | 0.0.6 |
更新時間 | 2022-12-15 |
上架時間 | 2022-09-08 |
評分 | 5.00/5 共 7 次評分 |
開發者 | devdevdev808 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pashakhomchenko/TwitterAdBlocker |
說明頁面URL | https://github.com/pashakhomchenko/TwitterAdBlocker/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Ad Blocker", "version": "0.0.6", "description": "Block Twitter ads and annoying UI elements.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } } } |