Kaguya

An extension that allow you to use Kaguya

Kaguya क्या है?

Kaguya hoangvuzxc538 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allow you to use Kaguya"।

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

screenshot

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

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

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

                        Kaguya Extension is a powerful tool designed to enhance the user experience on our website (Kaguya) by providing a seamless and convenient way to access free streaming content from various websites. This extension allows our website to scrape other websites for free streaming links, enabling them to find and watch their favourite anime shows or read their favourite manga without any hassle.                    

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

नाम Kaguya Kaguya
ID jhinkdokgbijplmedcpkjdbcmjgockgc
आधिकारिक URL https://chromewebstore.google.com/detail/kaguya/jhinkdokgbijplmedcpkjdbcmjgockgc
विवरण An extension that allow you to use Kaguya
फ़ाइल का आकार 225 KB
स्थापना संख्या 775
वर्तमान संस्करण 1.1.27
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-08-01
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर hoangvuzxc538
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://kaguya.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kaguya",
    "version": "1.1.27",
    "description": "An extension that allow you to use Kaguya",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kaguya.app\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.kaguya.app\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/kaguya.app\/*",
            "https:\/\/*.kaguya.app\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon16.png",
                "icon32.png",
                "icon48.png",
                "icon128.png",
                "src\/pages\/sandbox\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src ws:\/\/localhost:8081\/ http:\/\/* https:\/\/* data: blob: filesystem:;"
    },
    "sandbox": {
        "pages": [
            "src\/pages\/sandbox\/index.html"
        ]
    }
}