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 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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Worldview Exchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Worldview Exchange Worldview Exchange
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'"
}