Nega Strava Tools

Strava Outo kudos, comments, segment downloads and more on strava.com

Vad är Nega Strava Tools?

Nega Strava Tools är en Chrome-tillägg utvecklad av https://www.nebigarci.net, och dess huvudfunktion är "Strava Outo kudos, comments, segment downloads and more on strava.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Nega Strava Tools-förlängningens CRX-fil

Ladda ner Nega Strava Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Strava üzerinde beğenme ve yorum işlemini seri bir şekilde yapmanızı sağlar. Anasayfa, birincil kulüp ve katıldığınız kulüpler arasından en fazla 20 tanesini çeker. Bu aktivitelere beğeni ve yorum işlemi yaptırabilirsiniz. Eklenti seçenekler bölümünden rastgele oluşturacağınız yorumlar içerisinden birini seçerek KOM, QOM veya belirlediğiniz max kilometreye göre yorum gönderir.
Eklentiyi yüklediğinizde profilinizin sağında bir "N" harfi göreceksiniz. Tüm işlemleri buradan yapabilirsiniz. Bu eklenti ile yıldızlı segmentleri kolayca indirebilirsininiz.

ENGLİSH
It allows you to like and comment on Strava quickly. Homepage pulls up to 20 of the primary club and clubs you join. You can like and comment on these activities. The plugin sends comments according to KOM, QOM or the maximum mileage you specify by selecting one of the comments you will create randomly from the options section.
When you install the plugin you will see an "N" letter to the right of your profile. You can do all the operations here.
With this plugin, you can easily download starred segments.                    

Grundläggande Information om Tillägg

Namn Nega Strava Tools Nega Strava Tools
ID ojiefmnabiedbpiiofgjdghlglbkpjhb
Officiell webbadress https://chromewebstore.google.com/detail/nega-strava-tools/ojiefmnabiedbpiiofgjdghlglbkpjhb
Beskrivning Strava Outo kudos, comments, segment downloads and more on strava.com
Filstorlek 180 KB
Antal Installationer 191
Aktuell Version 3.6
Senast Uppdaterad 2024-03-03
Publiceringsdatum 2021-01-03
Betyg 4.63/5 Totalt 8 Betyg
Utvecklare https://www.nebigarci.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.nebigarci.net
Hjälpsida URL https://nebigarci.net/strava-otomatik-begeni-eklentisi
URL till Sekretesspolicy Sidan https://nebigarci.net/gizlilik
Stödda Språk tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nega Strava Tools",
    "description": "Strava Outo kudos, comments, segment downloads and more on strava.com",
    "version": "3.6",
    "manifest_version": 3,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/main.js",
                "js\/jquery-ui.js"
            ],
            "matches": [
                "https:\/\/www.strava.com\/*"
            ]
        }
    ]
}