Return Youtube Dislike Count

Returns the ability to see dislikes on the YouTube service

Apa itu Return Youtube Dislike Count?

Return Youtube Dislike Count adalah ekstensi Chrome yang dikembangkan oleh hank.ventura.1958, dan fitur utamanya adalah "Returns the ability to see dislikes on the YouTube service".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Return Youtube Dislike Count

Unduh file ekstensi Return Youtube Dislike Count 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

                        Returns the ability to see dislikes on the YouTube service                    

Informasi Dasar Ekstensi

Nama Return Youtube Dislike Count Return Youtube Dislike Count
ID ffclgifakkkclleojomcjngkedfmhjfl
URL Resmi https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl
Deskripsi Returns the ability to see dislikes on the YouTube service
Ukuran File 47.12 KB
Jumlah Instalasi 389
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-12-13
Tanggal Publikasi 2022-12-12
Penilaian 3.67/5 Total 3 Penilaian
Pengembang hank.ventura.1958
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}