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

Apa itu YouTube Dislike and IMDb forum restorer?

YouTube Dislike and IMDb forum restorer adalah ekstensi Chrome yang dikembangkan oleh https://www.filmboards.com, dan fitur utamanya adalah "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Dislike and IMDb forum restorer

Unduh file ekstensi YouTube Dislike and IMDb forum restorer 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

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Dislike and IMDb forum restorer YouTube Dislike and IMDb forum restorer
ID bjpibnbhmpgnidoomlohpolhddbjkogi
URL Resmi https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi
Deskripsi Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos
Ukuran File 7.07 KB
Jumlah Instalasi 308
Versi Saat Ini 1.17
Terakhir Diperbarui 2021-12-29
Tanggal Publikasi 2021-11-23
Penilaian 2.75/5 Total 8 Penilaian
Pengembang https://www.filmboards.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}