Metal Gear Solid Words Swap

Changes words in the websites you visit to be Metal Gear themed

Metal Gear Solid Words Swapคืออะไร?

Metal Gear Solid Words Swap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย actual_vale และคุณลักษณะหลักของมันคือ "Changes words in the websites you visit to be Metal Gear themed"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metal Gear Solid Words Swap

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

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

                                            

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

ชื่อ Metal Gear Solid Words Swap Metal Gear Solid Words Swap
ID oakehbnanolbmgdbocehdljlbdgknblc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc
คำอธิบาย Changes words in the websites you visit to be Metal Gear themed
ขนาดไฟล์ 48.88 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-07-23
วันที่เผยแพร่ 2017-07-23
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา actual_vale
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mgsshitpostgenerator.tumblr.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metal Gear Solid Words Swap",
    "description": "Changes words in the websites you visit to be Metal Gear themed",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordsswap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/raw.githubusercontent.com\/actualvale\/mgswordswap\/master\/wordsswap.json",
        "storage"
    ]
}