Manager for Telegra.ph
Telegraph Authorisation tool
Manager for Telegra.phคืออะไร?
Manager for Telegra.ph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andreitazetdinov.com และคุณลักษณะหลักของมันคือ "Telegraph Authorisation tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manager for Telegra.ph
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |