Reymit Extention
The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.
Was ist Reymit Extention?
Reymit Extention ist eine Chrome-Erweiterung, die von https://reymit.ir entwickelt wurde, und ihr Hauptmerkmal ist "The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.".
Erweiterungsscreenshots
Reymit Extention-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reymit Extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmfloemlodjilicbicmdondnpfakadan |
Offizielle URL | https://chromewebstore.google.com/detail/reymit-extention/hmfloemlodjilicbicmdondnpfakadan |
Beschreibung | The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities. |
Dateigröße | 500 KB |
Installationsanzahl | 1,533 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2021-12-28 |
Veröffentlichungsdatum | 2021-12-28 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://reymit.ir |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://Reymit.ir |
Unterstützte Sprachen | 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\/*" ] } ] } |