Biden for President

The latest news delivered to your browser.

Biden for President क्या है?

Biden for President Biden2020 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The latest news delivered to your browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Install the officially unofficial Joe Biden for President Chrome extension! Get the latest news and social posts delivered directly to your browser's new tab page and keep in touch with Joe's campaign!

Every time you open a new tab in Chrome you'll get the latest from Joe's Twitter feed as well as any new videos from the campaign. You'll also have beautiful campaign-themed background images updated constantly to keep your energy going!

We're all in this together to defeat Trump, and your show of support is meaningful. Proceeds from any ads in this extension (and there's not many!) will benefit the Biden campaign. Let's do this, America!! Biden Harris 2020!                    

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

नाम Biden for President Biden for President
ID eenlapmpadnaeolpllbibbnmcdihagjb
आधिकारिक URL https://chrome.google.com/webstore/detail/biden-for-president/eenlapmpadnaeolpllbibbnmcdihagjb
विवरण The latest news delivered to your browser.
फ़ाइल का आकार 572 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.03
अंतिम अपडेट 2020-08-13
प्रकाशन तिथि 2020-08-13
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर Biden2020
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Biden for President",
    "description": "The latest news delivered to your browser.",
    "version": "1.03",
    "author": "Biden for President",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/tt16.png",
            "32": "images\/icons\/tt32.png"
        },
        "default_title": "Biden for President",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.supporter.fun\/*",
        "*:\/\/*.ampfeed.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.amazonaws.com\/*",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/tt16.png",
        "32": "images\/icons\/tt32.png",
        "48": "images\/icons\/tt48.png",
        "128": "images\/icons\/tt128.png"
    },
    "default_locale": "en",
    "short_name": "Joe Biden",
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com 'unsafe-eval'; object-src 'self'"
}