4chan ad blocker
Removes porn ads on adult 4chan boards.
什麼是4chan ad blocker?
4chan ad blocker是由mf_doomer開發的Chrome擴展程式,該擴展的主要功能是“Removes porn ads on adult 4chan boards.”。
擴展截圖
下載4chan ad blocker擴展crx文件
下載4chan ad blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This blocks the porn ads on adult 4chan boards. 擴展基本資訊
| 名稱 | |
| ID | aclfkdhkjhfckmnlfkonpnjaakpfeoma |
| 官方網址 | https://chromewebstore.google.com/detail/4chan-ad-blocker/aclfkdhkjhfckmnlfkonpnjaakpfeoma |
| 簡介 | Removes porn ads on adult 4chan boards. |
| 檔案大小 | 327 KB |
| 安裝次數 | 407 |
| 目前版本 | 1.01 |
| 更新時間 | 2019-03-22 |
| 上架時間 | 2019-03-21 |
| 評分 | 4.50/5 共 10 次評分 |
| 開發者 | mf_doomer |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "4chan ad blocker",
"version": "1.01",
"author": "mf_doomer",
"description": "Removes porn ads on adult 4chan boards.",
"icons": {
"128": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/boards.4chan.org\/*"
],
"js": [
"block.js"
]
}
]
} | |