Just Do It

A little bit of motivation for any occasion!

Just Do It क्या है?

Just Do It Hunter Parks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A little bit of motivation for any occasion!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are you looking for a bit of motivation? Install this extension to be motivated by none-other-than Shia LaBeouf with the simple click-of-a-button. One activated, Just Do It will randomly play one of six clips from Shia's own "Just Do It" motivational speech YouTube video.

Update notes can be found below. Please leave feedback if there are any suggestions/issues!

**Version 0.2.1**
- Updated to v3 manifest for better compatibility

**Version 0.1.14**
- Updated to comply with updated CWS guidelines

**Version 0.1.0**
- Initial release of Just Do It

For information on older releases, please visit the following link:
https://github.com/hunterparks/JustDoIt                    

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

नाम Just Do It Just Do It
ID pdnkdpkigplndkpnciommmacnplfjbal
आधिकारिक URL https://chromewebstore.google.com/detail/just-do-it/pdnkdpkigplndkpnciommmacnplfjbal
विवरण A little bit of motivation for any occasion!
फ़ाइल का आकार 12.06 MB
स्थापना संख्या 4,449
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2022-01-25
प्रकाशन तिथि 2017-06-09
रेटिंग 4.64/5 कुल 22 रेटिंग्स
डेवलपर Hunter Parks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hunterparks/JustDoIt
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "icons": [
            "images\/icon.png"
        ],
        "default_title": "Just Do It"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Just Do It",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/images\/*",
                "\/styles\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}