JW What is New?
Get notified every time something new is posted on jw.org
What is JW What is New??
JW What is New? is a Chrome extension developed by nongeekboy, and its main feature is "Get notified every time something new is posted on jw.org".
Extension Screenshots
Download JW What is New? Extension CRX File
Download JW What is New? 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
News feeder for JW Broadcasting and jw.org. Get a notification every time something new is posted on JW Broadcasting and jw.org Currently 11 languages are provided. More to come! For languages request please write to [email protected] This is NOT an official app.
Extension Basic Information
Name | JW What is New? |
ID | jieipmflhhlbimogheoejpchlebnpfie |
Official URL | https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie |
Description | Get notified every time something new is posted on jw.org |
File Size | 117 KB |
Installation Count | 1,289 |
Current Version | 1.2.0 |
Last Updated | 2022-02-24 |
Publish Date | 2019-08-28 |
Rating | 4.73/5 Total 15 Ratings |
Developer | nongeekboy |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JW What is New?", "version": "1.2.0", "manifest_version": 2, "description": "Get notified every time something new is posted on jw.org", "homepage_url": "http:\/\/google.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "js\/jquery.min.js", "js\/jfeed.min.js", "js\/languages.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/www.jw.org\/*", "https:\/\/fonts.googleapis.com\/*" ] } |