Pipey the Piper from HBO’s Silicon Valley

The Internet is big and scary – bring a pal along!

Τι είναι το Pipey the Piper from HBO’s Silicon Valley;

Το Pipey the Piper from HBO’s Silicon Valley είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Silicon Valley, και η κύρια λειτουργία του είναι "The Internet is big and scary – bring a pal along!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pipey the Piper from HBO’s Silicon Valley

Λήψη αρχείων επέκτασης Pipey the Piper from HBO’s Silicon Valley σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        From HBO and Silicon Valley, meet the next big thing in web assistance. Pipey will revolutionize how you interact with the world wide web—all while making the world a better place.

More than just a flute with a hat, Pipey will address that burning question: “Is there more to this website?“ The short answer: Yes, there is. Let Pipey guide you through the Internet with unique advice only a nerd could love.

Privacy: http://www.piedpiper.com/privacy/
Terms: http://www.piedpiper.com/terms/                    

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

Όνομα Pipey the Piper from HBO’s Silicon Valley Pipey the Piper from HBO’s Silicon Valley
ID lflfcoohcjnefmkolcdalkiiallgabon
Επίσημο URL https://chrome.google.com/webstore/detail/pipey-the-piper-from-hbo%E2%80%99/lflfcoohcjnefmkolcdalkiiallgabon
Περιγραφή The Internet is big and scary – bring a pal along!
Μέγεθος Αρχείου 16.63 MB
Αριθμός Εγκαταστάσεων 1,698
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2017-04-21
Ημερομηνία Δημοσίευσης 2017-04-21
Αξιολόγηση 4.29/5 Συνολικά 168 Αξιολογήσεις
Προγραμματιστής Silicon Valley
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.piedpiper.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipey the Piper from HBO\u2019s Silicon Valley",
    "short_name": "Pipey",
    "description": "The Internet is big and scary \u2013 bring a pal along!",
    "manifest_version": 2,
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "run_at": "document_idle",
            "css": [
                "app.css",
                "components\/Pipey\/Pipey.css",
                "components\/SpeechBubble\/SpeechBubble.css"
            ],
            "js": [
                "components\/Signal\/Signal.js",
                "components\/Behaviours\/UsageBehaviours.js",
                "components\/API\/API.js",
                "components\/Pipey\/Pipey.js",
                "components\/SpeechBubble\/SpeechBubble.js",
                "app.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon48.png",
        "images\/icon96.png",
        "images\/icon128.png",
        "images\/icon256.png",
        "images\/icon-disabled16.png",
        "images\/icon-disabled32.png",
        "images\/icon-disabled48.png",
        "images\/icon-disabled96.png",
        "images\/icon-disabled128.png",
        "images\/icon-disabled256.png",
        "images\/speech-bubble-sprue.svg",
        "videos\/confused.webm",
        "videos\/drunk.webm",
        "videos\/follow.webm",
        "videos\/gliss.webm",
        "videos\/hat-trick.webm",
        "videos\/help.webm",
        "videos\/piping.webm",
        "videos\/welcome.webm"
    ]
}