TG机器人推送

Tap me and everything done!

What is TG机器人推送?

TG机器人推送 is a Chrome extension developed by Fndroid, and its main feature is "Tap me and everything done!".

Extension Screenshots

screenshot

Download TG机器人推送 Extension CRX File

Download TG机器人推送 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

                        搭配Telegram的Bot:@notificationme_bot 实现将chrome的数据推送到Telegram中                    

Extension Basic Information

Name TG机器人推送 TG机器人推送
ID aiaeplfbkfnjoiinepmhjefpcbpmcigf
Official URL https://chromewebstore.google.com/detail/tg%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8E%A8%E9%80%81/aiaeplfbkfnjoiinepmhjefpcbpmcigf
Description Tap me and everything done!
File Size 22.43 KB
Installation Count 164
Current Version 1.0.1
Last Updated 2019-03-11
Publish Date 2019-03-10
Rating 4.67/5 Total 6 Ratings
Developer Fndroid
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TG\u673a\u5668\u4eba\u63a8\u9001",
    "version": "1.0.1",
    "description": "Tap me and everything done!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": "images\/get_started32.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "*",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 2
}