Crunchyroll Queue

This Extension create a external queue for one account Crunchyroll and too many users

Crunchyroll Queue क्या है?

Crunchyroll Queue lordhulk96 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension create a external queue for one account Crunchyroll and too many users"।

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

screenshot
screenshot

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

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

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

                        This Extension save in your browser one queue of your anime from Crunchyroll (https://www.crunchyroll.com).

Added 2 buttons in https://www.crunchyroll.com/home/queue and https://www.crunchyroll.com/*/episode*

This button add anime in your queue, in this queue you can see or delete your anime in the future.

You can see this button on the Screenshots for locate it.

Thx for using this extension.

3.0 The crown Update! In this update add the crown..
The Crown Check for you in Crunchyroll if Exist new Episode of you anime!
Dont forget say thx!                    

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

नाम Crunchyroll Queue Crunchyroll Queue
ID hidpbdcgmlcpcgdaaobpbamhbkamihpe
आधिकारिक URL https://chromewebstore.google.com/detail/crunchyroll-queue/hidpbdcgmlcpcgdaaobpbamhbkamihpe
विवरण This Extension create a external queue for one account Crunchyroll and too many users
फ़ाइल का आकार 184 KB
स्थापना संख्या 34
वर्तमान संस्करण 3.2
अंतिम अपडेट 2021-06-17
प्रकाशन तिथि 2021-06-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर lordhulk96
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This Extension create a external queue for one account Crunchyroll and too many users",
    "manifest_version": 2,
    "name": "Crunchyroll Queue",
    "version": "3.2",
    "homepage_url": "https:\/\/github.com\/Lordhulk\/crunchyroll-queue",
    "icons": {
        "512": "icons\/border-512.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.crunchyroll.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/home\/queue"
            ],
            "js": [
                "backgroundJs\/addButton.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*\/home\/queue"
            ],
            "js": [
                "backgroundJs\/addButton.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*\/*-*"
            ],
            "js": [
                "backgroundJs\/episodeButton.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/border-512.png",
        "default_title": "Crunchyroll Queue",
        "default_popup": "popup\/queue.html"
    },
    "web_accessible_resources": [
        "icons\/border-512.png",
        "icons\/Delete.png",
        "icons\/crown_gold.png"
    ],
    "background": {
        "scripts": [
            "backgroundJs\/background.js"
        ]
    }
}