ABC Stumble
Loads latest ABC News
What is ABC Stumble?
ABC Stumble is a Chrome extension developed by phocks, and its main feature is "Loads latest ABC News".
Extension Screenshots
Download ABC Stumble Extension CRX File
Download ABC Stumble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | ABC Stumble |
ID | bmedialkpdijmfncchkdecclhamgcobp |
Official URL | https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp |
Description | Loads latest ABC News |
File Size | 358 KB |
Installation Count | 207 |
Current Version | 1.1.0 |
Last Updated | 2020-08-17 |
Publish Date | 2019-06-09 |
Rating | 5.00/5 Total 8 Ratings |
Developer | phocks |
[email protected] | |
Payment Type | free |
Extension Website | https://www.abc.net.au/news/ |
Help Page URL | https://github.com/phocks/abc-stumble |
Privacy Policy Page URL | https://about.abc.net.au/abc-privacy-policy |
Supported Languages | 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}" } } } |