Reddit Ad Blocker
Blocks All Reddit Promoted and Side Bar Ads
什麼是Reddit Ad Blocker?
Reddit Ad Blocker是由Extra Large Bacon Pizza開發的Chrome擴展程式,該擴展的主要功能是“Blocks All Reddit Promoted and Side Bar Ads”。
擴展截圖
下載Reddit Ad Blocker擴展crx文件
下載Reddit Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of paying for Reddit premium just to block ads? Instantly remove all Reddit ads for free! This includes both Promoted and Side Bar ads! It even works flawlessly on Old Reddit
擴展基本資訊
名稱 | Reddit Ad Blocker |
ID | ikfphehapjecfjflnjagoaapglaihehn |
官方網址 | https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn |
簡介 | Blocks All Reddit Promoted and Side Bar Ads |
檔案大小 | 39.74 KB |
安裝次數 | 906 |
目前版本 | 1.9 |
更新時間 | 2020-05-07 |
上架時間 | 2020-05-07 |
評分 | 3.36/5 共 11 次評分 |
開發者 | Extra Large Bacon Pizza |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://extralargebacon.pizza/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Ad Blocker", "version": "1.9", "manifest_version": 2, "description": "Blocks All Reddit Promoted and Side Bar Ads", "homepage_url": "http:\/\/extralargebacon.pizza", "permissions": [ "*:\/\/*.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Ad Blocker" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "run_at": "document_start", "js": [ "jquery.js", "content.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |