Random Anime Wallpaper

Random Anime Wallpaper New Tab Page With Some Useful Function

Wat is Random Anime Wallpaper?

Random Anime Wallpaper is een Chrome-extensie ontwikkeld door todaylg, en de belangrijkste functie is "Random Anime Wallpaper New Tab Page With Some Useful Function".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Random Anime Wallpaper

Download Random Anime Wallpaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Random Anime Wallpaper 使你在Chrome新建标签页时看到的既可以是美丽自然风景也可以是萌萌哒(๑•ᴗ•๑)妹子(一键切换),并且黑仪Sama(血小板/(ㄒoㄒ)/~~)还会告诉你新番的时间表,提醒你不要忘了这个季度的老婆~

主要功能:

1.动漫/风景主题的随机壁纸(图源爬自 AnimePictures 图片参数:>=1920x1080 16:9 Tips:图片质量高但是相应的加载时间会长一点),并可在插件内直接下载图片
2.新番时间表(数据来源B站)
3.添加家长模式,一键切换到自然风景(图源来自必应),增进家庭和谐。
4.自动获取所在城市及温度
5.TodoList
6.百度翻译
7.时间显示(可隐藏,以方便有舔屏习惯的用户prpr)                    

Basisinformatie over de Extensie

Naam Random Anime Wallpaper Random Anime Wallpaper
ID odnaojjllcjmpjkkcikfeoojakhdgdep
Officiële URL https://chrome.google.com/webstore/detail/random-anime-wallpaper/odnaojjllcjmpjkkcikfeoojakhdgdep
Beschrijving Random Anime Wallpaper New Tab Page With Some Useful Function
Bestandsgrootte 7.2 MB
Aantal Installaties 1,000
Huidige Versie 2.42
Laatst Bijgewerkt 2019-05-18
Publicatiedatum 2019-05-18
Beoordeling 4.23/5 Totaal 64 Beoordelingen
Ontwikkelaar todaylg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.42",
    "description": "Random Anime Wallpaper New Tab Page With Some Useful Function",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            ".\/js\/event.js"
        ]
    },
    "name": "Random Anime Wallpaper",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Random Anime Wallpaper"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "geolocation",
        "downloads",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/*\/*",
        "http:\/\/*.baidu.com\/*",
        "https:\/\/anime-pictures.net\/*",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}