新知魔方

知乎运营工具

Τι είναι το 新知魔方;

Το 新知魔方 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xinzhimofang, και η κύρια λειτουργία του είναι "知乎运营工具".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 新知魔方

Λήψη αρχείων επέκτασης 新知魔方 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        一款知乎运营工具, 帮助知乎内容创作者快速找到潜力问题,高效精准获得更大流量曝光,提供知乎运营技巧方案等。                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 新知魔方 新知魔方
ID hedbhjnengmmoddkcajcfdlaaiclkfdl
Επίσημο URL https://chromewebstore.google.com/detail/%E6%96%B0%E7%9F%A5%E9%AD%94%E6%96%B9/hedbhjnengmmoddkcajcfdlaaiclkfdl
Περιγραφή 知乎运营工具
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 2,185
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2022-02-25
Ημερομηνία Δημοσίευσης 2020-09-29
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής xinzhimofang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.xinzhimofang.com/dashboard/index
Διεύθυνση URL της Σελίδας Βοήθειας https://p9s4qpasgz.feishu.cn/docs/doccnCibE3RyJzSQiratL484okd
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65b0\u77e5\u9b54\u65b9",
    "description": "\u77e5\u4e4e\u8fd0\u8425\u5de5\u5177",
    "version": "2.3.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "\u65b0\u77e5\u9b54\u65b9",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xinzhimofang.com\/*",
                "*:\/\/*.cmstop.cn\/*"
            ],
            "js": [
                ".\/content\/backend.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/*"
            ],
            "js": [
                ".\/vendors.js",
                ".\/commons.js",
                ".\/content\/AllPage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/*"
            ],
            "js": [
                ".\/content\/HomePage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/hot*"
            ],
            "js": [
                ".\/content\/HotPage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/search*"
            ],
            "js": [
                ".\/content\/SearchQuestionPage\/index.js",
                ".\/content\/QuestionProfile\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/question*"
            ],
            "js": [
                ".\/content\/QuestionDetailPage\/index.js",
                ".\/content\/QuestionProfile\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/people*",
                "*:\/\/*.zhihu.com\/org*"
            ],
            "js": [
                ".\/content\/PeopleDetail\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/topic*"
            ],
            "js": [
                ".\/content\/TopicPage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/question\/waiting*"
            ],
            "js": [
                ".\/content\/WaitingAnswerPage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/creator\/featured-question*"
            ],
            "js": [
                ".\/content\/QuestionRecommendPage\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.zhihu.com\/p\/*"
            ],
            "js": [
                ".\/content\/ArticlePage\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.baidu.com\/*",
        "*:\/\/*.zhihu.com\/*",
        "*:\/\/*.xinzhimofang.com\/*",
        "*:\/\/*.cmstop.cn\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.xinzhimofang.com\/*",
            "*:\/\/*.cmstop.cn\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}