Manager for Telegra.ph
Telegraph Authorisation tool
什么是Manager for Telegra.ph?
Manager for Telegra.ph是由https://andreitazetdinov.com开发的Chrome扩展程序,该扩展的主要功能是“Telegraph Authorisation tool”。
扩展截图
下载Manager for Telegra.ph扩展crx文件
下载Manager for Telegra.ph扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Telegraph blogs managing tool If you decided to use Telegraph for your next blog then this tool is absolute must have for you. You can easily auth into telegra.ph blogging system and copy and paste your articles into Telegram channel. No Ads. No data collecting. I made this tool for myself and also for you. Enjoy.
扩展基本信息
名称 | |
ID | mkpbnggpapchbnjbgjkanokmdgblcphd |
官方URL | https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd |
简介 | Telegraph Authorisation tool |
文件大小 | 107 KB |
安装次数 | 238 |
当前版本 | 1.0.1 |
更新时间 | 2021-11-17 |
上架时间 | 2021-08-15 |
评分 | 4.00/5 共1次评分 |
开发者 | https://andreitazetdinov.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://andreitazetdinov.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manager for Telegra.ph", "description": "Telegraph Authorisation tool", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/text_16.png", "64": "icons\/text_64.png", "128": "icons\/text_128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*.telegra.ph\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Bloggers managing tools", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.telegra.ph\/*" ], "css": [ "contentStyles.css" ], "js": [ "contentScript.js" ] } ] } |