Nature Wallpapers HD - New Tab
New Tab to your browser with Amazing images, Nature Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.shop
Τι είναι το Nature Wallpapers HD - New Tab;
Το Nature Wallpapers HD - New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bluearticles.shop, και η κύρια λειτουργία του είναι "New Tab to your browser with Amazing images, Nature Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.shop".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nature Wallpapers HD - New Tab
Λήψη αρχείων επέκτασης Nature Wallpapers HD - New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Nature Wallpapers HD:
This extension customizes your new tab with Nature Wallpapers. visit the most popular websites and social networks just with one click, a new and beautiful tab for your browser. Give it a try! it is 100% Free
Help! How to change the background image?
it is very simple, by mouse hover on the icon on the bottom right and click the image and u will see the gallery. if you want to autoswitch all images, you will see the auto change all (on/off/) button turn it on, and you will see different image every page load.
Thank you for joining us:
Blue Articles is born to bring you the best.
Share this Extensions with your Firends, It will be a beautiful gift for them.
Please before using this read the Privacy Policy & Terms of Use
Privacy Policy: https://bluearticles.shop/privacy-policy/
Terms of Use: https://bluearticles.shop/terms-and-conditions/
This extension customizes your new tab by: a external URL:
If you use this extension, it means that you have read and accepted our Terms and Conditions & Privacy Policy. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pahdbifpodpjlbdmdjkbomhdlfakhgng |
| Επίσημο URL | https://chromewebstore.google.com/detail/nature-wallpapers-hd-new/pahdbifpodpjlbdmdjkbomhdlfakhgng |
| Περιγραφή | New Tab to your browser with Amazing images, Nature Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.shop |
| Μέγεθος Αρχείου | 64.76 KB |
| Αριθμός Εγκαταστάσεων | 212 |
| Τρέχουσα Έκδοση | 1.0.0 |
| Τελευταία Ενημέρωση | 2023-12-26 |
| Ημερομηνία Δημοσίευσης | 2023-04-04 |
| Προγραμματιστής | https://bluearticles.shop |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://bluearticles.shop/privacy-policy |
| Υποστηριζόμενες Γλώσσες | de,en,fr,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_BAShop_title__",
"short_name": "__MSG_BAShop_short_title__",
"description": "__MSG_BAShop_shortdesc__",
"version": "1.0.0",
"default_locale": "en",
"icons": {
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_scripts": [
{
"matches": [
"file:\/\/\/newtab.html*"
],
"css": [
"css\/hide.css"
],
"js": [
"js\/background.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |