Latest WWE Videos

See the latest and most popular videos.

Latest WWE Videosคืออะไร?

Latest WWE Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.supernewsworld.com และคุณลักษณะหลักของมันคือ "See the latest and most popular videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest WWE Videos

ดาวน์โหลดไฟล์ส่วนขยาย Latest WWE Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Latest WWE Videos Latest WWE Videos
ID kflgooeaejpjfgllacngofpfceihbdnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/latest-wwe-videos/kflgooeaejpjfgllacngofpfceihbdnc
คำอธิบาย See the latest and most popular videos.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 253
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2018-10-04
วันที่เผยแพร่ 2018-10-04
ผู้พัฒนา http://www.supernewsworld.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
    }
}