今日热榜tophub浏览体验改善
改善今日热榜的浏览体验,去除首页广告
今日热榜tophub浏览体验改善とは何ですか?
今日热榜tophub浏览体验改善は繁星若尘によって開発されたChromeの拡張機能で、その主な機能は「改善今日热榜的浏览体验,去除首页广告」です。
拡張機能のスクリーンショット
今日热榜tophub浏览体验改善拡張機能のCRXファイルをダウンロード
今日热榜tophub浏览体验改善拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
针对今日热榜tophub的页面定制了如下功能: 1. 去除各类条幅广告 2. 增加载入动画,优化浏览体验 3. 根据系统(浏览器)主题设定自动切换到暗色模式并做出优化 4. 其他功能改进
拡張機能の基本情報
名前 | 今日热榜tophub浏览体验改善 |
ID | afdkealfnfmpeegeojdghknhnooajdal |
公式URL | https://chromewebstore.google.com/detail/%E4%BB%8A%E6%97%A5%E7%83%AD%E6%A6%9Ctophub%E6%B5%8F%E8%A7%88%E4%BD%93%E9%AA%8C%E6%94%B9%E5%96%84/afdkealfnfmpeegeojdghknhnooajdal |
説明 | 改善今日热榜的浏览体验,去除首页广告 |
ファイルサイズ | 21.2 KB |
インストール数 | 61 |
現在のバージョン | 1.1 |
最終更新日 | 2020-12-04 |
公開日 | 2020-09-11 |
開発者 | 繁星若尘 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tophub.today/ |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4eca\u65e5\u70ed\u699ctophub\u6d4f\u89c8\u4f53\u9a8c\u6539\u5584", "version": "1.1", "description": "\u6539\u5584\u4eca\u65e5\u70ed\u699c\u7684\u6d4f\u89c8\u4f53\u9a8c\uff0c\u53bb\u9664\u9996\u9875\u5e7f\u544a", "icons": { "300": "logo300.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "300": "logo300.png" }, "default_title": "\u4eca\u65e5\u70ed\u699ctophub\u6d4f\u89c8\u4f53\u9a8c\u6539\u5584", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/tophub.today\/*" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "storage" ], "author": "stardust" } |