Anitube AutoPlay

Play video in anitube.site automatically

Anitube AutoPlay क्या है?

Anitube AutoPlay diogosapessoa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play video in anitube.site automatically"।

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

screenshot

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

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

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

                        When the next episode is loaded it will be played automatically                    

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

नाम Anitube AutoPlay Anitube AutoPlay
ID leamonmkeofogponcnghhjhjbnpjmano
आधिकारिक URL https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano
विवरण Play video in anitube.site automatically
फ़ाइल का आकार 14.7 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-04-14
प्रकाशन तिथि 2021-04-14
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर diogosapessoa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anitube AutoPlay",
    "description": "Play video in anitube.site automatically",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.anitube.site\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}