arhn.eu - Wtyczka Twitch

Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!

What is arhn.eu - Wtyczka Twitch?

arhn.eu - Wtyczka Twitch is a Chrome extension developed by https://arhn.eu, and its main feature is "Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!".

Extension Screenshots

screenshot

Download arhn.eu - Wtyczka Twitch Extension CRX File

Download arhn.eu - Wtyczka Twitch 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

                        Wtyczka przeznaczona dla widzów livestreamów arhn.eu. Informuje o transmisjach na żywo!                    

Extension Basic Information

Name arhn.eu - Wtyczka Twitch arhn.eu - Wtyczka Twitch
ID fgfibefilmjndhdkpgiphpaclgnadcea
Official URL https://chromewebstore.google.com/detail/arhneu-wtyczka-twitch/fgfibefilmjndhdkpgiphpaclgnadcea
Description Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!
File Size 115 KB
Installation Count 415
Current Version 1.0.3
Last Updated 2021-09-30
Publish Date 2021-09-19
Rating 5.00/5 Total 8 Ratings
Developer https://arhn.eu
Email [email protected]
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "arhn.eu - Wtyczka Twitch",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!",
    "homepage_url": "https:\/\/arhn.eu",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "arhn.eu - Livestreamy",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/arhn.eu\/*"
    ]
}