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 |
Eメール | [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" } ] } |