Yumod
Get Medium Writer's Stories and Stats
What is Yumod?
Yumod is a Chrome extension developed by yumod.apps, and its main feature is "Get Medium Writer's Stories and Stats".
Extension Screenshots
Download Yumod Extension CRX File
Download Yumod extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Yumod |
ID | kpjkbgdonednmekjdoemegjnlflnfgkd |
Official URL | https://chromewebstore.google.com/detail/yumod/kpjkbgdonednmekjdoemegjnlflnfgkd |
Description | Get Medium Writer's Stories and Stats |
File Size | 113 KB |
Installation Count | 156 |
Current Version | 1.1.3 |
Last Updated | 2021-01-18 |
Publish Date | 2019-12-03 |
Rating | 5.00/5 Total 10 Ratings |
Developer | yumod.apps |
[email protected] | |
Payment Type | free |
Extension Website | https://www.onurdayibasi.com |
Help Page URL | https://www.onurdayibasi.com |
Supported Languages | 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 } |