Roblox New Tab & Wallpapers Collection

Roblox New Tab Extension brings a new look to your Chrome browser.

Vad är Roblox New Tab & Wallpapers Collection?

Roblox New Tab & Wallpapers Collection är en Chrome-tillägg utvecklad av Wallpaper New Tab, och dess huvudfunktion är "Roblox New Tab Extension brings a new look to your Chrome browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Roblox New Tab & Wallpapers Collection-förlängningens CRX-fil

Ladda ner Roblox New Tab & Wallpapers Collection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        With this free plugin every new chrome tab will meet you in a new wallpaper.                    

Grundläggande Information om Tillägg

Namn Roblox New Tab & Wallpapers Collection Roblox New Tab & Wallpapers Collection
ID noaajeilbedoedkacfmbphcmhkfdmccg
Officiell webbadress https://chrome.google.com/webstore/detail/roblox-new-tab-wallpapers/noaajeilbedoedkacfmbphcmhkfdmccg
Beskrivning Roblox New Tab Extension brings a new look to your Chrome browser.
Filstorlek 63.7 KB
Antal Installationer 874
Aktuell Version 0.0.3
Senast Uppdaterad 2019-09-27
Publiceringsdatum 2019-09-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Wallpaper New Tab
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://addiyos.com/privacy-policy.html
Stödda Språk en
manifest.json
{
    "version": "0.0.3",
    "default_locale": "en",
    "icons": {
        "128": "image\/icon-big.png",
        "48": "image\/icon-small.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "image\/icon-small.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/roblox.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}