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是由https://www.filmboards.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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 |
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" } ] } |