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
What is YouTube Dislike and IMDb forum restorer?
YouTube Dislike and IMDb forum restorer is a Chrome extension developed by https://www.filmboards.com, and its main feature is "Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos".
Extension Screenshots
Download YouTube Dislike and IMDb forum restorer Extension CRX File
Download YouTube Dislike and IMDb forum restorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Dislike and IMDb forum restorer |
ID | bjpibnbhmpgnidoomlohpolhddbjkogi |
Official URL | https://chromewebstore.google.com/detail/youtube-dislike-and-imdb/bjpibnbhmpgnidoomlohpolhddbjkogi |
Description | Restores forums to IMDb and you can continue posting to them on filmboards.com and restores dislike counts for YouTube videos |
File Size | 7.07 KB |
Installation Count | 308 |
Current Version | 1.17 |
Last Updated | 2021-12-29 |
Publish Date | 2021-11-23 |
Rating | 2.75/5 Total 8 Ratings |
Developer | https://www.filmboards.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |