JW What is New?
Get notified every time something new is posted on jw.org
Wat is JW What is New??
JW What is New? is een Chrome-extensie ontwikkeld door nongeekboy, en de belangrijkste functie is "Get notified every time something new is posted on jw.org".
Extensie Screenshots
Download het CRX-bestand van de extensie JW What is New?
Download JW What is New?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | JW What is New? |
ID | jieipmflhhlbimogheoejpchlebnpfie |
Officiële URL | https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie |
Beschrijving | Get notified every time something new is posted on jw.org |
Bestandsgrootte | 117 KB |
Aantal Installaties | 1,289 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2019-08-28 |
Beoordeling | 4.73/5 Totaal 15 Beoordelingen |
Ontwikkelaar | nongeekboy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |