Latest WWE Videos

See the latest and most popular videos.

Vad är Latest WWE Videos?

Latest WWE Videos är en Chrome-tillägg utvecklad av http://www.supernewsworld.com, och dess huvudfunktion är "See the latest and most popular videos.".

Tilläggsskärmbilder

screenshot

Ladda ner Latest WWE Videos-förlängningens CRX-fil

Ladda ner Latest WWE Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Latest WWE Videos Latest WWE Videos
ID kflgooeaejpjfgllacngofpfceihbdnc
Officiell webbadress https://chrome.google.com/webstore/detail/latest-wwe-videos/kflgooeaejpjfgllacngofpfceihbdnc
Beskrivning See the latest and most popular videos.
Filstorlek 224 KB
Antal Installationer 253
Aktuell Version 1.1.8
Senast Uppdaterad 2018-10-04
Publiceringsdatum 2018-10-04
Utvecklare http://www.supernewsworld.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}