Yumod
Get Medium Writer's Stories and Stats
Yumod là gì?
Yumod là một tiện ích mở rộng Chrome được phát triển bởi yumod.apps, và tính năng chính của nó là "Get Medium Writer's Stories and Stats".
Ả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 Yumod
Tải xuống các tệp mở rộng Yumod 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
In medium.com when reading stories if you want to see writer's other stories quickly, this extension is for you. And also you can see writer's followers/followings and stories count. You can sort stories according to claps count. You can also see story view results stats details
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yumod |
ID | kpjkbgdonednmekjdoemegjnlflnfgkd |
URL Chính Thức | https://chromewebstore.google.com/detail/yumod/kpjkbgdonednmekjdoemegjnlflnfgkd |
Mô tả | Get Medium Writer's Stories and Stats |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2021-01-18 |
Ngày Phát Hành | 2019-12-03 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | yumod.apps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.onurdayibasi.com |
URL Trang Trợ Giúp | https://www.onurdayibasi.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yumod", "version": "1.1.3", "description": "Get Medium Writer's Stories and Stats", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/core\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Medium Writer's Stories" }, "icons": { "16": "images\/icons\/yumod16.png", "32": "images\/icons\/yumod32.png", "48": "images\/icons\/yumod48.png", "128": "images\/icons\/yumod128.png" }, "manifest_version": 2 } |