BlockStarPlanet
BlockStarPlanet extension provide you with BlockStarPlanet design on PC new tab page. Created for BlockStarPlanet fans.
什么是BlockStarPlanet?
BlockStarPlanet是由jonang.1001开发的Chrome扩展程序,该扩展的主要功能是“BlockStarPlanet extension provide you with BlockStarPlanet design on PC new tab page. Created for BlockStarPlanet fans.”。
扩展截图
下载BlockStarPlanet扩展crx文件
下载BlockStarPlanet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BlockStarPlanet game is about offers a unique way to share creativity between friends, even between countries. On BlockStarPlanet you can create and share and mix your dreams with the funny, wacky, and wonderful dreams of thousands of other players. BlockStarPlanet Extension Features: 1. Shuffle BlockStarPlanet every time you open a new tab. 2. Select a list of unique design. 3. Get easy access to websites with custom web search. 4. Show current date and time automatically. 5. New Note for you to write down your tasks. 6. Get easy access to your most frequently visited websites. 7. Get easy access to your bookmarks websites.
扩展基本信息
名称 | |
ID | mbimljeinedpogefldnjpgocjkddlmlj |
官方URL | https://chrome.google.com/webstore/detail/blockstarplanet/mbimljeinedpogefldnjpgocjkddlmlj |
简介 | BlockStarPlanet extension provide you with BlockStarPlanet design on PC new tab page. Created for BlockStarPlanet fans. |
文件大小 | 3.46 MB |
安装次数 | 1,000 |
当前版本 | 211.57.115.3997 |
更新时间 | 2021-11-09 |
上架时间 | 2020-06-15 |
评分 | 4.38/5 共13次评分 |
开发者 | jonang.1001 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BlockStarPlanet", "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "BlockStarPlanet extension provide you with BlockStarPlanet design on PC new tab page. Created for BlockStarPlanet fans.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "211.57.115.3997", "permissions": [ "topSites", "bookmarks" ] } |