tpb-z
Remove TPB ads and highlight new movie titles.
什麼是tpb-z?
tpb-z是由z14開發的Chrome擴展程式,該擴展的主要功能是“Remove TPB ads and highlight new movie titles.”。
擴展截圖
下載tpb-z擴展crx文件
下載tpb-z擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove The Pirate Bay ads and highlight new HD - Movies titles. For both clearnet and tor.
擴展基本資訊
名稱 | tpb-z |
ID | blafhffaniaiinpbdipcfpliajmlgkpl |
官方網址 | https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl |
簡介 | Remove TPB ads and highlight new movie titles. |
檔案大小 | 7.71 KB |
安裝次數 | 25 |
目前版本 | 1.0 |
更新時間 | 2019-04-17 |
上架時間 | 2019-04-17 |
開發者 | z14 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/z14/tpb-z |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tpb-z", "version": "1.0", "description": "Remove TPB ads and highlight new movie titles.", "icons": { "48": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.thepiratebay.org\/*", "*:\/\/*.uj3wazyk5u4hnvtk.onion\/*" ], "js": [ "tpb-z.js" ] } ] } |