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 |
官方網址 | 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" } ] } |