Latest WWE Videos

See the latest and most popular videos.

Cos'è Latest WWE Videos?

Latest WWE Videos è un'estensione di Chrome sviluppata da http://www.supernewsworld.com, e la sua funzione principale è "See the latest and most popular videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Latest WWE Videos

Scarica i file di estensione Latest WWE Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Latest WWE Videos Latest WWE Videos
ID kflgooeaejpjfgllacngofpfceihbdnc
URL Ufficiale https://chrome.google.com/webstore/detail/latest-wwe-videos/kflgooeaejpjfgllacngofpfceihbdnc
Descrizione See the latest and most popular videos.
Dimensione del File 224 KB
Conteggio Installazioni 253
Versione Corrente 1.1.8
Ultimo Aggiornamento 2018-10-04
Data di Pubblicazione 2018-10-04
Sviluppatore http://www.supernewsworld.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}