Jesus Extension

Jesus Image Extensions

Τι είναι το Jesus Extension;

Το Jesus Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adtraffic.co, και η κύρια λειτουργία του είναι "Jesus Image Extensions".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Jesus Extension

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

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

                        Jesus Extension is a browser extension where your new tab is transformed to a range of some faith-inspiring images to relax and guide you while you surf the internet with a search box powered by Bing.
How to get started

Jesus Extension is a browser extension which is integrated into Chrome to provide users awe-inspiring and spiritual images on their new tab along with a search bar and your present data and time for convenience. The new tab extension is easy to use and user-friendly and you can also access Google tools including Gmail, YouTube, Docs, Spreadsheets and more.

It does not store or share any personal information, financial details or authentication permissions.

Permissions

It needs permission to allow new tabs to display the Jesus extension with the features including the access to customized search. This extension does NOT ask for your login or password.

By clicking "Add to chrome", I accept and agree to installing the Jesus Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy

You may view our terms and conditions at http://www.adtraffic.co/terms-and-conditions/ and our privacy policy at http://www.adtraffic.co/privacy-policy/


Uninstallation:

Chrome: To uninstall the extension in Chrome, go to chrome://extensions/ and locate "Jesus Extension", click on Remove and you will be prompted with a pop up "Remove Jesus Extension?", click the Remove button.


Disclaimer:

By installing our extension or add-on you accept and agree to setting the browser New Tab to that provided by the service and the Terms of Use and Privacy Policy. Our new tab search redirects to the excellent search results provided by Bing.com.

v2.0.1
- Fixed erroneous popup on extension icon
v2.0.0
- Migration to manifest V3
v1.1.2
- Moved images to CDN for smaller package size
v1.1.1
- Fixed search provider settings 
v1.1.0
- Removed unnecessary permissions requirements and simplified codebase.                    

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

Όνομα Jesus Extension Jesus Extension
ID lkboiigfopfnefaeiggakidkbgpgkapc
Επίσημο URL https://chromewebstore.google.com/detail/jesus-extension/lkboiigfopfnefaeiggakidkbgpgkapc
Περιγραφή Jesus Image Extensions
Μέγεθος Αρχείου 1.79 MB
Αριθμός Εγκαταστάσεων 68,096
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2022-07-20
Ημερομηνία Δημοσίευσης 2019-02-08
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://adtraffic.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.adtraffic.co/jesus/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.adtraffic.co/
URL της Σελίδας Πολιτικής Απορρήτου http://www.adtraffic.co/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jesus Extension",
    "description": "Jesus Image Extensions",
    "version": "2.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon_48.png",
            "128": "assets\/icons\/icon_128.png"
        }
    },
    "icons": {
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.google.com\/*"
            ],
            "js": [
                "content_scripts\/main.js"
            ],
            "css": [
                "styles\/tailwind.min.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/d1czeafuzboizz.cloudfront.net\/jesus\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/app\/*",
                "assets\/images\/background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}