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 |
官方網址 | 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" ] } ] } |