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開發的Chrome擴展程式,該擴展的主要功能是“The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.”。
擴展截圖
下載Reymit Extention擴展crx文件
下載Reymit Extention擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hmfloemlodjilicbicmdondnpfakadan |
官方網址 | 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\/*" ] } ] } |