LBTimer Yukon Extension

The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension

Vad är LBTimer Yukon Extension?

LBTimer Yukon Extension är en Chrome-tillägg utvecklad av LBTimer, och dess huvudfunktion är "The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension".

Tilläggsskärmbilder

screenshot

Ladda ner LBTimer Yukon Extension-förlängningens CRX-fil

Ladda ner LBTimer Yukon Extension-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

                        LBTimer Yukon extension allows you to work on the Yukon project while still using the best available tool for raters: LBTimer extension.

Enjoy the productivity boost of LBTimer while still complying with your vendor's requirements.

Get LBTimer here: https://chrome.google.com/webstore/detail/nocdlcgkdeopogoldfeahdneobfaiggd

Happy rating!                    

Grundläggande Information om Tillägg

Namn LBTimer Yukon Extension LBTimer Yukon Extension
ID pbganmnocjingoghecgofddpmpnnnccp
Officiell webbadress https://chromewebstore.google.com/detail/lbtimer-yukon-extension/pbganmnocjingoghecgofddpmpnnnccp
Beskrivning The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension
Filstorlek 52.9 KB
Antal Installationer 124
Aktuell Version 1.5
Senast Uppdaterad 2021-04-29
Publiceringsdatum 2019-03-05
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare LBTimer
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://lbtimer.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/pidcrypt\/pidcrypt_c.js",
            "lib\/pidcrypt\/pidcrypt_util_c.js",
            "lib\/pidcrypt\/asn1_c.js",
            "lib\/pidcrypt\/jsbn_c.js",
            "lib\/pidcrypt\/rng_c.js",
            "lib\/pidcrypt\/prng4_c.js",
            "lib\/pidcrypt\/rsa_c.js",
            "lib\/pidcrypt\/md5_c.js",
            "lib\/jsencrypt\/pbkdf2.js",
            "lib\/jsencrypt\/aes.js",
            "lib\/moment\/moment.min.js",
            "n.js",
            "u.js",
            "b.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/y.png",
        "default_popup": "y.html"
    },
    "content_scripts": [
        {
            "js": [
                "c.js"
            ],
            "matches": [
                "*:\/\/*.raterhub.com\/*"
            ]
        }
    ],
    "description": "The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension",
    "icons": {
        "128": "y128.png",
        "48": "y48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "name": "LBTimer Yukon Extension",
    "permissions": [
        "tabs",
        "storage",
        "management",
        "privacy",
        "contentSettings",
        "webRequest",
        "webNavigation",
        "http:\/\/*.raterhub.com\/*",
        "https:\/\/*.raterhub.com\/*",
        "http:\/\/connect.appen.com\/*",
        "https:\/\/connect.appen.com\/*",
        "http:\/\/raterlabs.appen.com\/*",
        "https:\/\/raterlabs.appen.com\/*"
    ],
    "short_name": "LBYukon",
    "version": "1.5"
}