Escape Your Bubble

Escape Your Bubble helps you better understand and accept others.

Τι είναι το Escape Your Bubble;

Το Escape Your Bubble είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.escapeyourbubble.com, και η κύρια λειτουργία του είναι "Escape Your Bubble helps you better understand and accept others.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Escape Your Bubble

Λήψη αρχείων επέκτασης Escape Your Bubble σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        #AS FEATURED IN: Wired Magazine, The Next Web, Mashable & Lifehacker#

#MISSION#

We need to be more accepting of our fellow countrymen.

Our dream is simple. We are appalled by the amount of hatred we have for our political opponents here in America and we want to change that.

We need to make a stronger effort to understand the arguments of our political opponents. We need to be more accepting of the views of our political opponents. And we need to understand that, at the end of the day, we are all trying to do what is best for our country.

So we built a Chrome Extension to help us all out. It works by breaking through your siloed online experience and inserting into your Facebook News Feed articles and pictures which shed your political opponents in a positive light, challenge your worldview, and encourage you to get to know the other side better.

Give it a try right now!

#HOW IT WORKS#

1. Signup for an account on https://www.escapeyourbubble.com and tell us which types of people you'd like to be more accepting of.

2. We'll insert human-curated, positive articles and images into your Facebook News Feed which paint those you'd like to be more accepting of in a positive light.

3. You'll learn to love and accept thy fellow countrymen. Over time, you'll have an open mind towards others, and will become more accepting of those different from you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Escape Your Bubble Escape Your Bubble
ID meplcffeedlignghmjiohclihjffopoi
Επίσημο URL https://chromewebstore.google.com/detail/escape-your-bubble/meplcffeedlignghmjiohclihjffopoi
Περιγραφή Escape Your Bubble helps you better understand and accept others.
Μέγεθος Αρχείου 21.17 KB
Αριθμός Εγκαταστάσεων 820
Τρέχουσα Έκδοση 0.0.0.7
Τελευταία Ενημέρωση 2016-12-09
Ημερομηνία Δημοσίευσης 2016-12-08
Αξιολόγηση 3.50/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://www.escapeyourbubble.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "30",
    "name": "Escape Your Bubble",
    "short_name": "Escape Your Bubble",
    "version": "0.0.0.7",
    "description": "Escape Your Bubble helps you better understand and accept others.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "main.js",
        "welcome.js"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "EscapeYourBubble"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.escapeyourbubble.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "permissions": [
        "*:\/\/www.facebook.com\/*",
        "storage"
    ]
}