Prozen - Advanced Editor for Dzen
Advanced editor and stats for Dzen Blogging Platform
Prozen - Advanced Editor for Dzenคืออะไร?
Prozen - Advanced Editor for Dzen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prozen.ru และคุณลักษณะหลักของมันคือ "Advanced editor and stats for Dzen Blogging Platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prozen - Advanced Editor for Dzen
ดาวน์โหลดไฟล์ส่วนขยาย Prozen - Advanced Editor for Dzen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        This extension adds changes to the Zen Platform editor page (https://dzen.ru/profile/editor/*) and brings new features:
▪️ Addition menu, that provides buttons for Yandex.Metrics Button, Advanced Stats, Alternative Search and Publication Checker.
▪️ Total Stats Screen. Displays channel statistics.
▪️ Alternative Search Feature.  You can now search articles on your channel.
▪️ Publications Checker. Scans all publication of channel and finds possible issues.
▪️ Advanced Stats. Shown instead of default info of views (views, views till the end, etc.)
▪️ Informer Widget. Shows addition info about channel.
PRIVACY POLICY: https://prozen.ru/prozen-extension-policy/
THE EXTENSION IS NOT AN OFFICIAL, IT DOESN'T RELATE TO YANDEX.ZEN OR YANDEX. CREATED BY AUTHOR FOR AUTHORS.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | hmkjibbpjalbkmlibggaoafocjoikcji | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prozen-advanced-editor-fo/hmkjibbpjalbkmlibggaoafocjoikcji | 
| คำอธิบาย | Advanced editor and stats for Dzen Blogging Platform | 
| ขนาดไฟล์ | 429 KB | 
| จำนวนการติดตั้ง | 11,591 | 
| เวอร์ชันปัจจุบัน | 2.7.18 | 
| อัปเดตครั้งล่าสุด | 2024-03-05 | 
| วันที่เผยแพร่ | 2020-06-14 | 
| คะแนน | 4.81/5 รวมทั้งหมด 21 คะแนน | 
| ผู้พัฒนา | https://prozen.ru | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://prozen.ru/prozen-extension/ | 
| URL หน้าช่วยเหลือ | https://t.me/prodzenbot | 
| URL หน้านโยบายความเป็นส่วนตัว | https://prozen.ru/prozen-extension-policy | 
| ภาษาที่รองรับ | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.7.18",
    "author": "fromgate, prozen.ru",
    "default_locale": "ru",
    "action": {
        "default_icon": {
            "19": "icons\/tab-icon-19.png",
            "38": "icons\/tab-icon-38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/tab-icon-16.png",
        "48": "icons\/tab-icon-48.png",
        "128": "icons\/tab-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "search.html",
                "totalstats.html",
                "sadrobot.html",
                "js\/search.js",
                "js\/totalstats.js",
                "js\/sadrobot.js",
                "js\/page.js",
                "js\/litepicker.js",
                "js\/ranges.js",
                "css\/prozen.css"
            ],
            "matches": [
                "https:\/\/dzen.ru\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/tools.js",
                "js\/options.js",
                "js\/requester.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/dzen.ru\/profile\/editor\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/options.js",
                "js\/tools.js",
                "js\/requester.js",
                "js\/publication.js"
            ],
            "matches": [
                "https:\/\/dzen.ru\/media\/*",
                "https:\/\/dzen.ru\/a\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/options.js",
                "js\/tools.js",
                "js\/requester.js",
                "js\/video_watch.js"
            ],
            "matches": [
                "https:\/\/dzen.ru\/video\/watch\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/dzen.ru\/"
    ]
}  |  |