小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen

自由的兔兔把烙好的饼到处藏,就由小刻把它们都找出来吧!

What is 小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen?

小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen is a Chrome extension developed by 蓝芷怡, and its main feature is "自由的兔兔把烙好的饼到处藏,就由小刻把它们都找出来吧!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen Extension CRX File

Download 小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        更新信息Github(也帮忙点个star,你们的star是我们开发最大的动力)

自由的兔兔让饼学大厦一次又一次的崩塌,所以就由小刻在第一时间把饼找出来吧。

软件原理:自动抓取B站和微博还有明日方舟通讯组等等来源的API,自动分析API数据解析出当前更新后的API内第一条是否是新发布的内容,如果为新发布的内容,则弹窗提醒。
软件功能:
1. 第一时间的饼消息推送通知
2.一键跳转网站
3.一键跳转工具
4.一键复制饼内容分享
5.一键跳转详细内容界面
6.一键通过饼内容生成图片并复制
7.快速计算理智回复时间
8.快速查看今日开放材料
9.一键跳转部分方舟二创视频,作业等等
10.使用窗口查看列表
11.列表搜索 (按Enter键触发)
12.查看大图 (鼠标悬浮图片右上角)
13.企鹅物流材料掉落关卡查询 (按Enter键触发)
14.游戏更新提醒


现在添加了Bilibili端 官方微博 一拾山微博 朝陇山微博 通讯组 官网 网易云 塞壬唱片官网 泰拉记事社微博及官网等
蹲饼QQ群 362860473 欢迎大家来一起蹲饼,聊天                    

Extension Basic Information

Name 小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen 小刻食堂 - 明日方舟蹲饼器 - Arknights-Ceobe-Canteen
ID gblmdllhbodefkmimbcjpflhjneagkkd
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E5%88%BB%E9%A3%9F%E5%A0%82-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F%E8%B9%B2%E9%A5%BC%E5%99%A8-arknights-ce/gblmdllhbodefkmimbcjpflhjneagkkd
Description 自由的兔兔把烙好的饼到处藏,就由小刻把它们都找出来吧!
File Size 6.9 MB
Installation Count 2,227
Current Version 4.0.5
Last Updated 2024-02-01
Publish Date 2021-03-08
Rating 5.00/5 Total 66 Ratings
Developer 蓝芷怡
Email [email protected]
Payment Type free
Extension Website https://github.com/Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Vue
Help Page URL https://github.com/Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Vue
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5c0f\u523b\u98df\u5802 - \u660e\u65e5\u65b9\u821f\u8e72\u997c\u5668 - Arknights-Ceobe-Canteen",
    "version": "4.0.5",
    "description": "\u81ea\u7531\u7684\u5154\u5154\u628a\u70d9\u597d\u7684\u997c\u5230\u5904\u85cf\uff0c\u5c31\u7531\u5c0f\u523b\u628a\u5b83\u4eec\u90fd\u627e\u51fa\u6765\u5427\uff01",
    "author": "Ceobe Canteen",
    "icons": {
        "48": "assets\/image\/icon.png",
        "128": "assets\/image\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/image\/icon.png",
        "default_title": "\u5c0f\u523b\u98df\u5802"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "clipboardWrite",
        "background",
        "storage",
        "unlimitedStorage",
        "notifications",
        "downloads",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.bilibili.com\/*",
        "https:\/\/*.weibo.cn\/*",
        "https:\/\/*.hypergryph.com\/*",
        "https:\/\/*.hycdn.cn\/*",
        "https:\/\/music.163.com\/*",
        "https:\/\/*.music.126.net\/*",
        "https:\/\/penguin-stats.cn\/*",
        "https:\/\/penguin-stats.io\/*",
        "*:\/\/*.hdslb.com\/*",
        "*:\/\/*.sinaimg.cn\/*",
        "*:\/\/*.ceobecanteen.top\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}