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.
Что такое Worldview Exchange?
Worldview Exchange - это расширение Chrome, разработанное 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.".
Снимки экрана расширения
Скачать файл CRX расширения Worldview Exchange
Скачайте файлы расширений Worldview Exchange в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | alibllehahmnpcfdjgcopcnlioaijpon |
Официальный URL | https://chrome.google.com/webstore/detail/worldview-exchange/alibllehahmnpcfdjgcopcnlioaijpon |
Описание | A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others. |
Размер файла | 255 KB |
Количество установок | 124 |
Текущая Версия | 0.0.9 |
Последнее Обновление | 2019-01-02 |
Дата публикации | 2019-01-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Worldview Exchange |
Тип оплаты | free |
Официальный сайт расширения | https://www.worldview.exchange/ |
Поддерживаемые языки | 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'" } |