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

YouTube Dislike and IMDb forum restorer là gì?

YouTube Dislike and IMDb forum restorer là một tiện ích mở rộng Chrome được phát triển bởi https://www.filmboards.com, và tính năng chính của nó là "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Dislike and IMDb forum restorer

Tải xuống các tệp mở rộng YouTube Dislike and IMDb forum restorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Dislike and IMDb forum restorer YouTube Dislike and IMDb forum restorer
ID bjpibnbhmpgnidoomlohpolhddbjkogi
URL Chính Thức https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi
Mô tả Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos
Kích Thước Tệp 7.07 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2021-12-29
Ngày Phát Hành 2021-11-23
Đánh Giá 2.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.filmboards.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}