My Global Scoop
My Global Scoop
Was ist My Global Scoop?
My Global Scoop ist eine Chrome-Erweiterung, die von http://myglobalscoop.com entwickelt wurde, und ihr Hauptmerkmal ist "My Global Scoop".
Erweiterungsscreenshots
My Global Scoop-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Global Scoop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | fkninbhjnkakianbnhkcnpjiialnjomk |
Offizielle URL | https://chrome.google.com/webstore/detail/my-global-scoop/fkninbhjnkakianbnhkcnpjiialnjomk |
Beschreibung | My Global Scoop |
Dateigröße | 50.11 KB |
Installationsanzahl | 50,000 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-03-19 |
Veröffentlichungsdatum | 2020-03-18 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://myglobalscoop.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://myglobalscoop.com/privacy-policy |
Unterstützte Sprachen | 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 } |