Manager for Telegra.ph
Telegraph Authorisation tool
Manager for Telegra.ph là gì?
Manager for Telegra.ph là một tiện ích mở rộng Chrome được phát triển bởi https://andreitazetdinov.com, và tính năng chính của nó là "Telegraph Authorisation tool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Manager for Telegra.ph
Tải xuống các tệp mở rộng Manager for Telegra.ph dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkpbnggpapchbnjbgjkanokmdgblcphd |
URL Chính Thức | https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd |
Mô tả | Telegraph Authorisation tool |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-11-17 |
Ngày Phát Hành | 2021-08-15 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://andreitazetdinov.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://andreitazetdinov.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |