屏蔽知乎广告
屏蔽知乎广告
What is 屏蔽知乎广告?
屏蔽知乎广告 is a Chrome extension developed by kyle.script, and its main feature is "屏蔽知乎广告".
Extension Screenshots
Download 屏蔽知乎广告 Extension CRX File
Download 屏蔽知乎广告 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
知乎屏蔽广告, 打开PC Web端www.zhihu.com, 可以屏蔽广告加载。阅读更顺畅。
Extension Basic Information
Name | 屏蔽知乎广告 |
ID | gccpleecfhgaihmfndligcagidldpdla |
Official URL | https://chromewebstore.google.com/detail/%E5%B1%8F%E8%94%BD%E7%9F%A5%E4%B9%8E%E5%B9%BF%E5%91%8A/gccpleecfhgaihmfndligcagidldpdla |
Description | 屏蔽知乎广告 |
File Size | 10.14 KB |
Installation Count | 64 |
Current Version | 0.4 |
Last Updated | 2020-10-21 |
Publish Date | 2020-10-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | kyle.script |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/RyoHina/chrome_plugin_zhihu_adblock |
Help Page URL | https://github.com/RyoHina/chrome_plugin_zhihu_adblock |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5c4f\u853d\u77e5\u4e4e\u5e7f\u544a", "version": "0.4", "description": "\u5c4f\u853d\u77e5\u4e4e\u5e7f\u544a", "author": "kyle", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.zhihu.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js", "jquery.min.js" ] } |