Yumod

Get Medium Writer's Stories and Stats

Hvad er Yumod?

Yumod er en Chrome-udvidelse udviklet af yumod.apps, og dens hovedfunktion er "Get Medium Writer's Stories and Stats".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Yumod-udvidelses-CRX-fil

Download Yumod-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Yumod Yumod
ID kpjkbgdonednmekjdoemegjnlflnfgkd
Officiel URL https://chromewebstore.google.com/detail/yumod/kpjkbgdonednmekjdoemegjnlflnfgkd
Beskrivelse Get Medium Writer's Stories and Stats
Filstørrelse 113 KB
Antal Installationer 156
Nuværende Version 1.1.3
Senest Opdateret 2021-01-18
Udgivelsesdato 2019-12-03
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler yumod.apps
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.onurdayibasi.com
Hjælpeside-URL https://www.onurdayibasi.com
Understøttede Sprog 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
}