YouTube Dislike and IMDb forum restorer

Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos

Hvad er YouTube Dislike and IMDb forum restorer?

YouTube Dislike and IMDb forum restorer er en Chrome-udvidelse udviklet af https://www.filmboards.com, og dens hovedfunktion er "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube Dislike and IMDb forum restorer-udvidelses-CRX-fil

Download YouTube Dislike and IMDb forum restorer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This addon restores dislike counts to YouTube videos and restores the forums removed from IMDb and you can continue posting to them on filmboards.com.
Not affiliated with imdb.com.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Dislike and IMDb forum restorer YouTube Dislike and IMDb forum restorer
ID bjpibnbhmpgnidoomlohpolhddbjkogi
Officiel URL https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi
Beskrivelse Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos
Filstørrelse 7.07 KB
Antal Installationer 308
Nuværende Version 1.17
Senest Opdateret 2021-12-29
Udgivelsesdato 2021-11-23
Bedømmelse 2.75/5 Samlet 8 Bedømmelser
Udvikler https://www.filmboards.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Dislike and IMDb forum restorer",
    "description": "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos",
    "version": "1.17",
    "permissions": [
        "*:\/\/*.filmboards.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*",
                "https:\/\/www.imdb.com\/title\/*",
                "http:\/\/www.imdb.com\/name\/*",
                "https:\/\/www.imdb.com\/name\/*",
                "http:\/\/m.imdb.com\/title\/*",
                "https:\/\/m.imdb.com\/title\/*",
                "http:\/\/m.imdb.com\/name\/*",
                "https:\/\/m.imdb.com\/name\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "board.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}