YouBeHero

YouBeHero: Μια δωρεά με κάθε ηλεκτρονική αγορά.

Vad är YouBeHero?

YouBeHero är en Chrome-tillägg utvecklad av https://www.youbehero.com, och dess huvudfunktion är "YouBeHero: Μια δωρεά με κάθε ηλεκτρονική αγορά.".

Tilläggsskärmbilder

screenshot

Ladda ner YouBeHero-förlängningens CRX-fil

Ladda ner YouBeHero-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

                        Ο ηρωϊκός ενθυμητής είναι ένας έξυπνος τρόπος για να μην χάνεις καμία δωρεά προς τον αγαπημένο σου σκοπό. Αυτό που κάνει είναι να σε ειδοποιεί κάθε φορά που επισκέπτεσαι κάποιο συνεργαζόμενο ηλεκτρονικό κατάστημα.

Καλύπτοντας κάποια δική σας ανάγκη, ταυτόχρονα καλύπτεται και τις ανάγκες άλλων ανθρώπων.                    

Grundläggande Information om Tillägg

Namn YouBeHero YouBeHero
ID ghdpppfcdcmehbhnidhckipjdogdaoia
Officiell webbadress https://chromewebstore.google.com/detail/youbehero/ghdpppfcdcmehbhnidhckipjdogdaoia
Beskrivning YouBeHero: Μια δωρεά με κάθε ηλεκτρονική αγορά.
Filstorlek 1.18 MB
Antal Installationer 1,032
Aktuell Version 2.4
Senast Uppdaterad 2023-03-01
Publiceringsdatum 2020-05-22
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://www.youbehero.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.youbehero.com
Hjälpsida URL https://www.youbehero.com/gr/faq
URL till Sekretesspolicy Sidan https://www.youbehero.com/gr/terms
Stödda Språk el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouBeHero",
    "version": "2.4",
    "description": "YouBeHero: \u039c\u03b9\u03b1 \u03b4\u03c9\u03c1\u03b5\u03ac \u03bc\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae \u03b1\u03b3\u03bf\u03c1\u03ac.",
    "icons": {
        "48": "icons\/ybh-icon-48_white.png",
        "128": "icons\/ybh-icon-128_white.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "cookies",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*",
                "http:\/\/duckduckgo.*\/*",
                "https:\/\/duckduckgo.*\/*"
            ],
            "js": [
                "search_engines.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "modal.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "adblocker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "modals\/*.html",
                "styles\/*.css",
                "fonts\/*.ttf",
                "icons\/*.png",
                "icons\/*.svg",
                "images\/*.png",
                "adblocker\/*.js",
                "images\/picture_adblockers.png",
                "firebase\/*.js"
            ]
        }
    ]
}