DISlike-appeared

For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…

Vad är DISlike-appeared?

DISlike-appeared är en Chrome-tillägg utvecklad av Denis P, och dess huvudfunktion är "For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…".

Tilläggsskärmbilder

screenshot

Ladda ner DISlike-appeared-förlängningens CRX-fil

Ladda ner DISlike-appeared-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

                        For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!                    

Grundläggande Information om Tillägg

Namn DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
Officiell webbadress https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Beskrivning For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
Filstorlek 53.21 KB
Antal Installationer 10
Aktuell Version 0.0.1
Senast Uppdaterad 2022-04-18
Publiceringsdatum 2022-04-18
Betyg 4.84/5 Totalt 25 Betyg
Utvecklare Denis P
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/termsandconditionsandprivacypo
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISlike-appeared",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}