Riddle of the Day - Riddles.net

Get a daily riddle delivered straight to your browser every single day!

Co to jest Riddle of the Day - Riddles.net?

Riddle of the Day - Riddles.net to rozszerzenie Chrome opracowane przez https://riddles.net, a jego główną funkcją jest „Get a daily riddle delivered straight to your browser every single day!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Riddle of the Day - Riddles.net

Pobierz pliki rozszerzeń Riddle of the Day - Riddles.net w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get a riddle delivered directly to your browser every single day.                    

Podstawowe informacje o rozszerzeniu

Nazwa Riddle of the Day - Riddles.net Riddle of the Day - Riddles.net
ID einbanhhmelnpolnicpcecghcdnmioab
Oficjalny URL https://chrome.google.com/webstore/detail/riddle-of-the-day-riddles/einbanhhmelnpolnicpcecghcdnmioab
Opis Get a daily riddle delivered straight to your browser every single day!
Rozmiar pliku 22.63 KB
Liczba instalacji 767
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-02-22
Data Publikacji 2020-02-22
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://riddles.net
Typ Płatności free
Strona Rozszerzenia https://riddles.net
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riddle of the Day - Riddles.net",
    "description": "Get a daily riddle delivered straight to your browser every single day!",
    "browser_action": {
        "default_icon": "assets\/images\/default_x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/images\/default_x128.png",
        "48": "assets\/images\/default_x48.png",
        "16": "assets\/images\/default_x16.png"
    },
    "permissions": [
        "https:\/\/riddles.net\/api\/v1\/daily-riddle"
    ],
    "version": "1.1.0",
    "manifest_version": 2
}