今日热榜tophub浏览体验改善

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

Cos'è 今日热榜tophub浏览体验改善?

今日热榜tophub浏览体验改善 è un'estensione di Chrome sviluppata da 繁星若尘, e la sua funzione principale è "改善今日热榜的浏览体验,去除首页广告".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 今日热榜tophub浏览体验改善

Scarica i file di estensione 今日热榜tophub浏览体验改善 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 今日热榜tophub浏览体验改善 今日热榜tophub浏览体验改善
ID afdkealfnfmpeegeojdghknhnooajdal
URL Ufficiale 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
Descrizione 改善今日热榜的浏览体验,去除首页广告
Dimensione del File 21.2 KB
Conteggio Installazioni 61
Versione Corrente 1.1
Ultimo Aggiornamento 2020-12-04
Data di Pubblicazione 2020-09-11
Sviluppatore 繁星若尘
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tophub.today/
Lingue Supportate 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"
}