TwitchFarsi Sub Extention

The official twitchfarsi extension.

Vad är TwitchFarsi Sub Extention?

TwitchFarsi Sub Extention är en Chrome-tillägg utvecklad av https://twitchfarsi.com, och dess huvudfunktion är "The official twitchfarsi extension.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TwitchFarsi Sub Extention-förlängningens CRX-fil

Ladda ner TwitchFarsi Sub Extention-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        افزونه سابسکرایب توییچ فارسی با اضافه کردن دکمه سابسکرایب در صفحه استریم توییچ این قابلیت را به شما می دهد تا راحت تر استریمر مورد علاقه خود را سابسکرایب کنید.                    

Grundläggande Information om Tillägg

Namn TwitchFarsi Sub Extention TwitchFarsi Sub Extention
ID kpdikafohjimdofdfcclblinhbmfbelb
Officiell webbadress https://chromewebstore.google.com/detail/twitchfarsi-sub-extention/kpdikafohjimdofdfcclblinhbmfbelb
Beskrivning The official twitchfarsi extension.
Filstorlek 485 KB
Antal Installationer 57
Aktuell Version 1.0.0
Senast Uppdaterad 2022-01-17
Publiceringsdatum 2022-01-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://twitchfarsi.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sub.twitchfarsi.com
Hjälpsida URL https://sub.twitchfarsi.com/contact-us
Stödda Språk 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\/*"
            ]
        }
    ]
}