BoJack Horseman New Tab HD Wallpapers
BoJack Horseman theme HD wallpaper new tab page. The hottest, most popular HD theme wallpaper page for users. Updated daily.
Apa itu BoJack Horseman New Tab HD Wallpapers?
BoJack Horseman New Tab HD Wallpapers adalah ekstensi Chrome yang dikembangkan oleh http://mytab.me, dan fitur utamanya adalah "BoJack Horseman theme HD wallpaper new tab page. The hottest, most popular HD theme wallpaper page for users. Updated daily.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BoJack Horseman New Tab HD Wallpapers
Unduh file ekstensi BoJack Horseman New Tab HD Wallpapers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
剧情讲述了一个被拟人化了的、热爱威士忌的马——波杰克(威尔·阿内奈配音),他的人类搭档陶德(亚伦·保罗配音)应对他个人危机的故事。其他角色还包括波杰克的经纪人兼前女友、由艾米-塞德丽丝配音的卡罗琳公主。本剧风格以幽默为主,但同时有许多黑暗、抑郁的场景,受到观众、媒体的好评。本剧第二、三季在烂番茄的新鲜度均为100%,在Metacritic上的评分分别为90和89。 马男波杰克主题高清壁纸新标签页。时下最火,最受用户欢迎的高清主题壁纸新标签页。每日更新,每日精彩。 可自动更换壁纸,每次打开新标签页都会自动打开一张新的壁纸。时间显示更精准,可自定义天气的城市位置。可自定义极简模式,目前访问次数最多的Chrome扩展程序。
Informasi Dasar Ekstensi
Nama | |
ID | mhbpkofkipjhnojfmneophgjfnkmoohk |
URL Resmi | https://chrome.google.com/webstore/detail/bojack-horseman-new-tab-h/mhbpkofkipjhnojfmneophgjfnkmoohk |
Deskripsi | BoJack Horseman theme HD wallpaper new tab page. The hottest, most popular HD theme wallpaper page for users. Updated daily. |
Ukuran File | 34.29 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.1.0.0 |
Terakhir Diperbarui | 2019-05-27 |
Tanggal Publikasi | 2019-05-27 |
Pengembang | http://mytab.me |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-CN,zh-TW |
manifest.json | |
{ "name": "__MSG_ext_name__", "manifest_version": 2, "description": "__MSG_ext_desc__", "browser_action": { "default_icon": { "48": "icons\/48.png" }, "default_title": "__MSG_ext_name__" }, "chrome_url_overrides": { "newtab": "pages\/newtab\/index.html" }, "background": { "scripts": [ "app.js", "pages\/background\/index.js" ], "persistent": false }, "default_locale": "en", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "minimum_chrome_version": "57", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0.0" } |