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?

YouTube Dislike and IMDb forum restorer - это расширение Chrome, разработанное https://www.filmboards.com, и его основная функция - "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения YouTube Dislike and IMDb forum restorer

Скачайте файлы расширений YouTube Dislike and IMDb forum restorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название YouTube Dislike and IMDb forum restorer YouTube Dislike and IMDb forum restorer
ID bjpibnbhmpgnidoomlohpolhddbjkogi
Официальный URL https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi
Описание Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos
Размер файла 7.07 KB
Количество установок 308
Текущая Версия 1.17
Последнее Обновление 2021-12-29
Дата публикации 2021-11-23
Рейтинг 2.75/5 Всего 8 оценок
Разработчик https://www.filmboards.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}