Latest WWE Videos

See the latest and most popular videos.

Qu'est-ce que Latest WWE Videos ?

Latest WWE Videos est une extension Chrome développée par http://www.supernewsworld.com, et sa fonction principale est "See the latest and most popular videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Latest WWE Videos

Téléchargez les fichiers d'extension Latest WWE Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Latest WWE Videos Latest WWE Videos
ID kflgooeaejpjfgllacngofpfceihbdnc
URL Officiel https://chrome.google.com/webstore/detail/latest-wwe-videos/kflgooeaejpjfgllacngofpfceihbdnc
Description See the latest and most popular videos.
Taille du Fichier 224 KB
Nombre d'Installations 253
Version Actuelle 1.1.8
Dernière Mise à Jour 2018-10-04
Date de Publication 2018-10-04
Développeur http://www.supernewsworld.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}