Worldview Exchange
A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.
Qu'est-ce que Worldview Exchange ?
Worldview Exchange est une extension Chrome développée par Worldview Exchange, et sa fonction principale est "A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Worldview Exchange
Téléchargez les fichiers d'extension Worldview Exchange au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | alibllehahmnpcfdjgcopcnlioaijpon |
URL Officiel | https://chrome.google.com/webstore/detail/worldview-exchange/alibllehahmnpcfdjgcopcnlioaijpon |
Description | A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others. |
Taille du Fichier | 255 KB |
Nombre d'Installations | 124 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2019-01-02 |
Date de Publication | 2019-01-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Worldview Exchange |
Type de Paiement | free |
Site Web de l'Extension | https://www.worldview.exchange/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worldview Exchange", "description": "A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.", "version": "0.0.9", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "page_action": { "default_popup": "options.html", "default_title": "Worldview Exchange" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/oAuth.js", "js\/sha1.js", "js\/twitter.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*", "icons\/*" ], "content_scripts": [ { "css": [ "css\/style.css", "css\/bootstrap.min.css", "css\/tooltipster.bundle.min.css", "css\/tooltipster-sideTip-borderless.min.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.mark.min.js", "js\/popper.min.js", "js\/bootstrap.min.js", "js\/tooltipster.bundle.min.js", "js\/tooltipster-selectableText.js", "content.js" ], "matches": [ "*:\/\/www.abc.net.au\/news\/*", "*:\/\/www.news.com.au\/*", "*:\/\/www.theguardian.com\/*", "*:\/\/www.9news.com.au\/*", "*:\/\/*.nine.com.au\/*", "*:\/\/www.sbs.com.au\/news\/*", "*:\/\/theconversation.com\/*" ], "exclude_globs": [ "*:\/\/www.abc.net.au\/news\/", "*:\/\/www.news.com.au\/", "*:\/\/www.theguardian.com\/", "*:\/\/www.9news.com.au\/", "*:\/\/*.nine.com.au\/", "*:\/\/www.sbs.com.au\/news\/", "*:\/\/theconversation.com\/", "*:\/\/theconversation.com\/au\/" ] }, { "matches": [ "*:\/\/www.worldview.exchange\/*" ], "js": [ "session.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "tabs", "storage", "https:\/\/api.twitter.com\/*", "https:\/\/upload.twitter.com\/*", "https:\/\/use.fontawesome.com\/*", "cookies", "*:\/\/*.worldview.exchange\/*", "*:\/\/worldview.exchange\/*", "http:\/\/localhost:8000\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |