今日热榜tophub浏览体验改善

改善今日热榜的浏览体验,去除首页广告

What is 今日热榜tophub浏览体验改善?

今日热榜tophub浏览体验改善 is a Chrome extension developed by 繁星若尘, and its main feature is "改善今日热榜的浏览体验,去除首页广告".

Extension Screenshots

screenshot
screenshot

Download 今日热榜tophub浏览体验改善 Extension CRX File

Download 今日热榜tophub浏览体验改善 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

                        针对今日热榜tophub的页面定制了如下功能:
1. 去除各类条幅广告
2. 增加载入动画,优化浏览体验
3. 根据系统(浏览器)主题设定自动切换到暗色模式并做出优化
4. 其他功能改进                    

Extension Basic Information

Name 今日热榜tophub浏览体验改善 今日热榜tophub浏览体验改善
ID afdkealfnfmpeegeojdghknhnooajdal
Official 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
Description 改善今日热榜的浏览体验,去除首页广告
File Size 21.2 KB
Installation Count 61
Current Version 1.1
Last Updated 2020-12-04
Publish Date 2020-09-11
Developer 繁星若尘
Email [email protected]
Payment Type free
Extension Website https://tophub.today/
Supported Languages 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"
}