Reymit Extention

The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.

Reymit Extention क्या है?

Reymit Extention https://reymit.ir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities."।

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

screenshot
screenshot

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

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

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

                        This is an All-in-one extension that contains multiple features and functionalities that are related to Reymit's services. 

Current features:
• ReymitSub twitch integration: If the extension is installed and active, ReymitSub button will appear in all twitch streams, which allows you to use ReymitSub without leaving twitch's website.

A lot more functionalities will be added soon.                    

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

नाम Reymit Extention Reymit Extention
ID hmfloemlodjilicbicmdondnpfakadan
आधिकारिक URL https://chromewebstore.google.com/detail/reymit-extention/hmfloemlodjilicbicmdondnpfakadan
विवरण The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.
फ़ाइल का आकार 500 KB
स्थापना संख्या 1,533
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2021-12-28
प्रकाशन तिथि 2021-12-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://reymit.ir
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://Reymit.ir
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reymit Extention",
    "description": "The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "twitch.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "twitch.js"
            ]
        },
        {
            "matches": [
                "*:\/\/reymit.ir\/*",
                "*:\/\/*.reymit.ir\/*"
            ],
            "css": [
                "reymit.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "reymit.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}