ABC Stumble

Loads latest ABC News

Was ist ABC Stumble?

ABC Stumble ist eine Chrome-Erweiterung, die von phocks entwickelt wurde, und ihr Hauptmerkmal ist "Loads latest ABC News".

Erweiterungsscreenshots

screenshot

ABC Stumble-Erweiterungs-CRX-Datei herunterladen

Laden Sie ABC Stumble-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

                        ABC Stumble lets you instantly get the latest news from ABC News (Australia) with a click of a button. Simply click the ABC Stumble icon and the latest news will open in your browser. It will also automatically check for new stories to read and notify you of how many are waiting. Stumble upon the latest news today!                    

Grundlegende Informationen zur Erweiterung

Name ABC Stumble ABC Stumble
ID bmedialkpdijmfncchkdecclhamgcobp
Offizielle URL https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp
Beschreibung Loads latest ABC News
Dateigröße 358 KB
Installationsanzahl 207
Aktuelle Version 1.1.0
Letztes Update 2020-08-17
Veröffentlichungsdatum 2019-06-09
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler phocks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.abc.net.au/news/
Hilfeseite URL https://github.com/phocks/abc-stumble
URL der Datenschutzrichtlinien-Seite https://about.abc.net.au/abc-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABC Stumble",
    "short_name": "ABC Stumble",
    "version": "1.1.0",
    "description": "Loads latest ABC News",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/abc-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/abc.png",
        "default_title": "ABC Stumble!"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "dist\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/www.abc.net.au\/news\/feed\/51120\/rss.xml"
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": false
    },
    "applications": {
        "gecko": {
            "id": "{522a51c4-270c-49fd-bfcf-b3a012f80aa3}"
        }
    }
}