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

Was ist YouTube Dislike and IMDb forum restorer?

YouTube Dislike and IMDb forum restorer ist eine Chrome-Erweiterung, die von https://www.filmboards.com entwickelt wurde, und ihr Hauptmerkmal ist "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Dislike and IMDb forum restorer-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Dislike and IMDb forum restorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Dislike and IMDb forum restorer YouTube Dislike and IMDb forum restorer
ID bjpibnbhmpgnidoomlohpolhddbjkogi
Offizielle URL https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi
Beschreibung Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos
Dateigröße 7.07 KB
Installationsanzahl 308
Aktuelle Version 1.17
Letztes Update 2021-12-29
Veröffentlichungsdatum 2021-11-23
Bewertung 2.75/5 Insgesamt 8 Bewertungen
Entwickler https://www.filmboards.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}