YouTube viewer

Keep tracking your favorite youtube channels with less hassle

Apa itu YouTube viewer?

YouTube viewer adalah ekstensi Chrome yang dikembangkan oleh AXeL-dev, dan fitur utamanya adalah "Keep tracking your favorite youtube channels with less hassle".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube viewer

Unduh file ekstensi YouTube viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        YouTube channels tracking made easy                    

Informasi Dasar Ekstensi

Nama YouTube viewer YouTube viewer
ID lmcpajkgakbmgbjfmgomhpmmpfaadpdp
URL Resmi https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp
Deskripsi Keep tracking your favorite youtube channels with less hassle
Ukuran File 1.65 MB
Jumlah Instalasi 139
Versi Saat Ini 1.4.5
Terakhir Diperbarui 2022-11-12
Tanggal Publikasi 2021-10-02
Pengembang AXeL-dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/AXeL-dev/youtube-viewer
URL Halaman Bantuan https://github.com/AXeL-dev/youtube-viewer/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.5",
    "default_locale": "en",
    "description": "__MSG_extensionDesc__",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "listener.js"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "options_ui": {
        "page": "index.html#settings",
        "open_in_tab": true
    },
    "background": {
        "page": "index.html#background"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "static\/js\/browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "author": "AXeL-dev",
    "homepage_url": "https:\/\/github.com\/AXeL-dev\/youtube-viewer",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ]
}