TwitchFarsi Sub Extention
The official twitchfarsi extension.
What is TwitchFarsi Sub Extention?
TwitchFarsi Sub Extention is a Chrome extension developed by https://twitchfarsi.com, and its main feature is "The official twitchfarsi extension.".
Extension Screenshots
Download TwitchFarsi Sub Extention Extension CRX File
Download TwitchFarsi Sub Extention extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
افزونه سابسکرایب توییچ فارسی با اضافه کردن دکمه سابسکرایب در صفحه استریم توییچ این قابلیت را به شما می دهد تا راحت تر استریمر مورد علاقه خود را سابسکرایب کنید.
Extension Basic Information
Name | |
ID | kpdikafohjimdofdfcclblinhbmfbelb |
Official URL | https://chromewebstore.google.com/detail/twitchfarsi-sub-extention/kpdikafohjimdofdfcclblinhbmfbelb |
Description | The official twitchfarsi extension. |
File Size | 485 KB |
Installation Count | 57 |
Current Version | 1.0.0 |
Last Updated | 2022-01-17 |
Publish Date | 2022-01-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://twitchfarsi.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sub.twitchfarsi.com |
Help Page URL | https://sub.twitchfarsi.com/contact-us |
Supported Languages | 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\/*" ] } ] } |