Do It! Shia Labeouf (Super Pack)

Let Shia Labeouf motivate you with "JUST DO IT!" monolugue

Τι είναι το Do It! Shia Labeouf (Super Pack);

Το Do It! Shia Labeouf (Super Pack) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CasuaLoL, και η κύρια λειτουργία του είναι "Let Shia Labeouf motivate you with "JUST DO IT!" monolugue".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Do It! Shia Labeouf (Super Pack)

Λήψη αρχείων επέκτασης Do It! Shia Labeouf (Super Pack) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Inspired by eTaheri this is a better version of "JUST DO IT" by Shai Labeouf

- 6 different video clips (SUPER PACK)
- random clip each time
- got tired of a video, no problem! just click the button to get another one.

*** RUN OUTSIDE THE CHROME STORE ***


Release Notes : 
~~~~~~~~~~~~~~~~~~

1.5
----
- restrain popup
- add facebook support

1.4
----
better appearance frequency for banner

1.3
----
smoother banner


1.2
----
- popup alert if trying to run on chrome blank screen (blocking content scripts)
- smoother banner

1.1
----
- popup alert if trying to run inside chrome store.


1.0 
----
- fixed the cutting on the original video 
- fixed title on chrome store
- guys please rate me on the chrome store! this will really help
- enjoy!                    

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

Όνομα Do It! Shia Labeouf (Super Pack) Do It! Shia Labeouf (Super Pack)
ID miagjfhahnjmnnmhdgelhmbpjgojfnok
Επίσημο URL https://chromewebstore.google.com/detail/do-it-shia-labeouf-super/miagjfhahnjmnnmhdgelhmbpjgojfnok
Περιγραφή Let Shia Labeouf motivate you with "JUST DO IT!" monolugue
Μέγεθος Αρχείου 12.22 MB
Αριθμός Εγκαταστάσεων 10,909
Τρέχουσα Έκδοση 0.15
Τελευταία Ενημέρωση 2015-11-03
Ημερομηνία Δημοσίευσης 2015-11-03
Αξιολόγηση 4.79/5 Συνολικά 1021 Αξιολογήσεις
Προγραμματιστής CasuaLoL
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.15",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Just Do It"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "images\/*",
        "styles\/main.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}