Pixiv Ranking New Tab

Show Pixiv daily rankings on your new tab page.

Pixiv Ranking New Tab क्या है?

Pixiv Ranking New Tab https://pixiv.moe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Pixiv daily rankings on your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixiv Ranking New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pixiv Ranking New Tab allows you to customize your New Tab page.

Pixiv Ranking New Tab replaces the original new tab with Pixiv Illust Rankings and offers a variety of quick and useful features.

After installing this extension, you can use the following features:

1. View today's Pixiv Illust Rankings. Ranking is updated daily at 12 noon (GMT +9).
2. Download specified works.
3. View your Chrome browsing history.
4. View your Chrome bookmarks.
5. View your Chrome bookmarks.
6. View your Chrome Apps.                    

एक्सटेंशन की मूल जानकारी

नाम Pixiv Ranking New Tab Pixiv Ranking New Tab
ID mjfpkofgblpbkmjapadadendndgpiehh
आधिकारिक URL https://chromewebstore.google.com/detail/pixiv-ranking-new-tab/mjfpkofgblpbkmjapadadendndgpiehh
विवरण Show Pixiv daily rankings on your new tab page.
फ़ाइल का आकार 604 KB
स्थापना संख्या 592
वर्तमान संस्करण 0.5.14
अंतिम अपडेट 2023-02-20
प्रकाशन तिथि 2020-04-19
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर https://pixiv.moe
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kokororin/pixiv-ranking-new-tab
सहायता पृष्ठ URL https://github.com/kokororin/pixiv-ranking-new-tab/issues
समर्थित भाषाएँ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo-128.png",
        "16": "logo-16.png",
        "48": "logo-48.png"
    },
    "browser_action": {
        "default_icon": "logo-48.png"
    },
    "background": {
        "scripts": [
            "backend.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "notifications",
        "https:\/\/api.pixiv.moe\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "default_locale": "en",
    "version": "0.5.14"
}