TwitchFarsi Sub Extention
The official twitchfarsi extension.
Hvad er TwitchFarsi Sub Extention?
TwitchFarsi Sub Extention er en Chrome-udvidelse udviklet af https://twitchfarsi.com, og dens hovedfunktion er "The official twitchfarsi extension.".
Udvidelsesskærmbilleder
Download TwitchFarsi Sub Extention-udvidelses-CRX-fil
Download TwitchFarsi Sub Extention-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
افزونه سابسکرایب توییچ فارسی با اضافه کردن دکمه سابسکرایب در صفحه استریم توییچ این قابلیت را به شما می دهد تا راحت تر استریمر مورد علاقه خود را سابسکرایب کنید.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kpdikafohjimdofdfcclblinhbmfbelb |
Officiel URL | https://chromewebstore.google.com/detail/twitchfarsi-sub-extention/kpdikafohjimdofdfcclblinhbmfbelb |
Beskrivelse | The official twitchfarsi extension. |
Filstørrelse | 485 KB |
Antal Installationer | 57 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2022-01-17 |
Udgivelsesdato | 2022-01-15 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://twitchfarsi.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://sub.twitchfarsi.com |
Hjælpeside-URL | https://sub.twitchfarsi.com/contact-us |
Understøttede Sprog | fa |
manifest.json | |
{ "content_scripts": [ { "css": [ "twitch.css" ], "js": [ "jquery-3.6.0.min.js", "twitch.js" ], "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/sub.twitchfarsi.com\/*", "*:\/\/www.sub.twitchfarsi.com\/*", "*:\/\/twitchfarsi.com\/*", "*:\/\/www.twitchfarsi.com\/*" ] }, { "css": [ "twitchfarsi.css" ], "js": [ "jquery-3.6.0.min.js", "twitchfarsi.js" ], "matches": [ "*:\/\/twitchfarsi.com\/*", "*:\/\/*.twitchfarsi.com\/*" ] } ], "description": "The official twitchfarsi extension.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "TwitchFarsi Sub Extention", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ { "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ], "resources": [ "assets\/*" ] } ] } |