Latest WWE Videos

See the latest and most popular videos.

Co to jest Latest WWE Videos?

Latest WWE Videos to rozszerzenie Chrome opracowane przez http://www.supernewsworld.com, a jego główną funkcją jest „See the latest and most popular videos.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Latest WWE Videos

Pobierz pliki rozszerzeń Latest WWE Videos 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

                        See the latest and most popular WWE Wrestling Videos daily. Free-to-watch videos daily in just 1-Click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Latest WWE Videos Latest WWE Videos
ID kflgooeaejpjfgllacngofpfceihbdnc
Oficjalny URL https://chrome.google.com/webstore/detail/latest-wwe-videos/kflgooeaejpjfgllacngofpfceihbdnc
Opis See the latest and most popular videos.
Rozmiar pliku 224 KB
Liczba instalacji 253
Aktualna Wersja 1.1.8
Ostatnia Aktualizacja 2018-10-04
Data Publikacji 2018-10-04
Deweloper http://www.supernewsworld.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest WWE Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular videos.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest Videos",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}