Web Strike

Strike the web!

Web Strikeคืออะไร?

Web Strike เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web-strike.com และคุณลักษณะหลักของมันคือ "Strike the web!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Strike

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

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

                        Web Strike 
destroy any website

Click and hold "ctrl" button, and your mouse becoming to a gun,
just open any website and start to strike the web with your mouse.

by Lior Alterman
Copyright © All Rights Reserved                    

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

ชื่อ Web Strike Web Strike
ID ddgcohekjighkfgkhcpdinbifogpaglg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-strike/ddgcohekjighkfgkhcpdinbifogpaglg
คำอธิบาย Strike the web!
ขนาดไฟล์ 10.4 MB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 1.7.4
อัปเดตครั้งล่าสุด 2014-11-15
วันที่เผยแพร่ 2014-11-15
คะแนน 4.03/5 รวมทั้งหมด 199 คะแนน
ผู้พัฒนา https://web-strike.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.web-strike.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Strike",
    "version": "1.7.4",
    "manifest_version": 2,
    "description": "Strike the web!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Menu",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/form.jotform.me\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "jQueryRotateCompressed.2.2.js",
                "background2.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "addPoints33.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/shot1.png",
        "images\/3dgun1.png",
        "images\/3dgun2.png",
        "images\/3dgun3.png",
        "images\/cursor.png",
        "images\/start.png",
        "images\/challenge1.png",
        "images\/star1.png",
        "images\/completed.png",
        "images\/star0.png",
        "images\/starb.png",
        "sounds\/pistol.mp3",
        "sounds\/smg.mp3",
        "sounds\/Rocky.mp3",
        "sounds\/Battlestar.mp3",
        "sounds\/HawaiiFive.mp3",
        "sounds\/FinalCountdown.mp3",
        "sounds\/CrazyFrog.mp3",
        "sounds\/BreakingNews.mp3",
        "sounds\/GangamStyle.mp3",
        "sounds\/Pirates.mp3",
        "sounds\/HarlemShake.mp3"
    ]
}