ABC Stumble

Loads latest ABC News

Cos'è ABC Stumble?

ABC Stumble è un'estensione di Chrome sviluppata da phocks, e la sua funzione principale è "Loads latest ABC News".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ABC Stumble

Scarica i file di estensione ABC Stumble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ABC Stumble ABC Stumble
ID bmedialkpdijmfncchkdecclhamgcobp
URL Ufficiale https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp
Descrizione Loads latest ABC News
Dimensione del File 358 KB
Conteggio Installazioni 207
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-08-17
Data di Pubblicazione 2019-06-09
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore phocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.abc.net.au/news/
URL della Pagina di Aiuto https://github.com/phocks/abc-stumble
URL della Pagina della Politica sulla Privacy https://about.abc.net.au/abc-privacy-policy
Lingue Supportate 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}"
        }
    }
}