Dota 2 Wallpapers for New Tab

(Unofficial) Change your new tab's background to a random photo from Dota 2 Wallpapers collection.

Τι είναι το Dota 2 Wallpapers for New Tab;

Το Dota 2 Wallpapers for New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://codekiem.com, και η κύρια λειτουργία του είναι "(Unofficial) Change your new tab's background to a random photo from Dota 2 Wallpapers collection.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dota 2 Wallpapers for New Tab

Λήψη αρχείων επέκτασης Dota 2 Wallpapers for New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension will change your new tab's background to a random photo/wallpaper from Dota 2 Loading Screens collection (650+ photos).
The list of photos will be synced daily automatically.

Full Album: https://goo.gl/photos/1cLWcLkne3o7CPyh9

NOTE: if you're using other New Tab extensions, disable/remove them first or it won't work. If it still doesn't work, please try to reset your profile settings ( Settings (chrome://settings) > Advanced settings > Reset settings )

★ Changelogs:

1.1.0: 2018/10/18
- Prevent showing same photo multiple times

1.0.6: 2017/11/16
- Use Override Pages API instead

1.0.5: 2016/10/18
- Change extension's name from "Dota 2 Loading Screens for New Tab" to "Dota 2 Wallpapers for New Tab"

1.0.4: 2016/10/17
- Show title of current wallpaper
- Fix multiple bugs

1.0.3: 2016/10/09
- Only show background then the image is ready
- Fade in effect
- Load slightly faster

1.0.1: 2016/08/20
- Update UI.
- Optimize for better performance.

---

Tiện ích sẽ đổi hình nền trang New Tab của trình duyệt thành một hình bất kỳ trong bộ sưu tập Dota 2 Loading Screens (600+ ảnh).
Album: https://goo.gl/photos/1cLWcLkne3o7CPyh9
Hỗ trợ cả Chrome lẫn Cốc Cốc.


Disclaimer: Dota 2 content and materials are trademarks and copyrights of Valve or its licensors. All rights reserved.                    

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

Όνομα Dota 2 Wallpapers for New Tab Dota 2 Wallpapers for New Tab
ID appbfopgifaockdcaahdcfgakjminmij
Επίσημο URL https://chrome.google.com/webstore/detail/dota-2-wallpapers-for-new/appbfopgifaockdcaahdcfgakjminmij
Περιγραφή (Unofficial) Change your new tab's background to a random photo from Dota 2 Wallpapers collection.
Μέγεθος Αρχείου 34.38 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-11-24
Ημερομηνία Δημοσίευσης 2018-11-24
Αξιολόγηση 4.88/5 Συνολικά 212 Αξιολογήσεις
Προγραμματιστής http://codekiem.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota 2 Wallpapers for New Tab",
    "author": "redphx",
    "description": "(Unofficial) Change your new tab's background to a random photo from Dota 2 Wallpapers collection.",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "42.0",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/utils\/constants.js",
            "js\/utils\/browser-api.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*",
        "css\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "*:\/\/dota2.codekiem.com\/*"
    ]
}