RARBG thumbnails
Display thumbnails automaticly on RARBG
什麼是RARBG thumbnails?
RARBG thumbnails是由Bitlab開發的Chrome擴展程式,該擴展的主要功能是“Display thumbnails automaticly on RARBG”。
擴展截圖
下載RARBG thumbnails擴展crx文件
下載RARBG thumbnails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
擴展基本資訊
名稱 | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
官方網址 | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
簡介 | Display thumbnails automaticly on RARBG |
檔案大小 | 7.83 KB |
安裝次數 | 872 |
目前版本 | 1.1.4 |
更新時間 | 2019-09-28 |
上架時間 | 2019-09-28 |
評分 | 3.63/5 共 16 次評分 |
開發者 | Bitlab |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RARBG thumbnails", "short_name": "RARBG thumbs", "description": "Display thumbnails automaticly on RARBG", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/rarbg.to\/top*", "*:\/\/rarbg.to\/torrents.php*", "*:\/\/rarbg.is\/top*", "*:\/\/rarbg.is\/torrents.php*", "*:\/\/rarbgproxy.org\/top*", "*:\/\/rarbgproxy.org\/torrents.php*", "*:\/\/rarbgmirror.com\/top*", "*:\/\/rarbgmirror.com\/torrents.php*", "*:\/\/rarbgunblocked.org\/top*", "*:\/\/rarbgunblocked.org\/torrents.php*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |