Twitter for News Sites: Bring Related Social

Discover the top social conversation with topical Twitter perspectives, YouTube videos, & Podcasts listens while on news articles.

Twitter for News Sites: Bring Related Social क्या है?

Twitter for News Sites: Bring Related Social theconversation.social द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover the top social conversation with topical Twitter perspectives, YouTube videos, & Podcasts listens while on news articles."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Twitter for News Sites: Bring Related Social एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        THE ULTIMATE NEWS READING EXPERIENCE

Bring the Digital Public Square & friend commentary to 30,000 news sites.

From news articles, it only takes a click to quickly access the influential social conversation from your personal friends, public figures, thought-leaders, media, and the general public on the story's topic!  

Plus, get a more powerful Twitter.com experience with the related conversation for any tweet.  You’ll never miss out on influential perspectives across the social platform.

Want to see what friends & people you follow are saying on specific news events?  Optionally, sign-in with your social account if you’d like a more personalized social experience.                    

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

नाम Twitter for News Sites: Bring Related Social Twitter for News Sites: Bring Related Social
ID cpaanpdbaajhphbdlknfllbgdehikldd
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-for-news-sites-br/cpaanpdbaajhphbdlknfllbgdehikldd
विवरण Discover the top social conversation with topical Twitter perspectives, YouTube videos, & Podcasts listens while on news articles.
फ़ाइल का आकार 3.54 MB
स्थापना संख्या 54
वर्तमान संस्करण 0.0.2.5
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2021-01-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर theconversation.social
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://theconversation.social/extension/
सहायता पृष्ठ URL https://theconversation.social/extension/
गोपनीयता नीति पृष्ठ URL https://theconversation.social/privacy_policy/privacy_policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter for News Sites: Bring Related Social",
    "version": "0.0.2.5",
    "description": "Discover the top social conversation with topical Twitter perspectives, YouTube videos, & Podcasts listens while on news articles.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "md5.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "doubly-linked-list.js",
                "jquery.min.js",
                "jquery-migrate-3.0.1.js",
                "jquery.waitforimages.min.js",
                "popper.min.js",
                "tippy.umd.min.js",
                "content-link.js",
                "popup-button.js",
                "content.js"
            ],
            "css": [
                "tippy.css",
                "light.css",
                "fonts.css",
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "the conversation .social",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "payload.js",
        "payload-before.js",
        "icon-16.png",
        "ajax-loader-transparent.gif",
        "c-icon.png",
        "close.png",
        "spinner_200.svg",
        "iframe.html",
        "domainlist.txt",
        "widget\/index.html",
        "widget\/reading_list.html",
        "widget\/recommends_list.html"
    ],
    "content_security_policy": "default-src *; media-src *; frame-src *; img-src * data:; connect-src *; style-src * 'unsafe-inline'; font-src *; script-src 'self' 'unsafe-eval' https:\/\/platform.twitter.com\/ https:\/\/cdn.syndication.twimg.com\/ https:\/\/theconversation.social\/ https:\/\/youtube.com https:\/\/www.youtube.com 'sha256-lginy85hjkZ5Jnvk7yrHOdHZS3UL3eUfkNrkB6l45KA='; object-src 'self'",
    "options_page": "options.html"
}