My Global Scoop

My Global Scoop

Hvad er My Global Scoop?

My Global Scoop er en Chrome-udvidelse udviklet af http://myglobalscoop.com, og dens hovedfunktion er "My Global Scoop".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download My Global Scoop-udvidelses-CRX-fil

Download My Global Scoop-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

                        Get the latest news scoops every time you open a new tab.

By clicking "Add to chrome", I accept and agree to installing the My Global Scoop extension and setting Chrome™ New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy.

a. Privacy Policy (https://myglobalscoop.com/privacy-policy)
b. Terms of Use (https://myglobalscoop.com/terms)                    

Grundlæggende oplysninger om udvidelsen

Navn My Global Scoop My Global Scoop
ID fkninbhjnkakianbnhkcnpjiialnjomk
Officiel URL https://chrome.google.com/webstore/detail/my-global-scoop/fkninbhjnkakianbnhkcnpjiialnjomk
Beskrivelse My Global Scoop
Filstørrelse 50.11 KB
Antal Installationer 50,000
Nuværende Version 1.2
Senest Opdateret 2020-03-19
Udgivelsesdato 2020-03-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler http://myglobalscoop.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://myglobalscoop.com/privacy-policy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Global Scoop",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/myglobalscoop.com\/favicon.ico",
            "is_default": true,
            "keyword": "5554488",
            "name": "My Global Scoop",
            "search_url": "https:\/\/myglobalscoop.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/myglobalscoop.com\/search?q={searchTerms}",
            "instant_url": "https:\/\/myglobalscoop.com\/search?q={searchTerms}"
        },
        "startup_pages": [
            "https:\/\/myglobalscoop.com\/"
        ]
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "72": "icons\/icon-72x72.png",
        "96": "icons\/icon-96x96.png",
        "128": "icons\/icon-128x128.png",
        "144": "icons\/icon-144x144.png",
        "152": "icons\/icon-152x152.png",
        "192": "icons\/icon-192x192.png",
        "384": "icons\/icon-384x384.png",
        "512": "icons\/icon-512x512.png"
    },
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/myglobalscoop.com\/*"
        ]
    },
    "version": "1.2",
    "description": "My Global Scoop",
    "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self';frame-src 'self' https:\/\/myglobalscoop.com\/;",
    "manifest_version": 2
}