Venezuela no more

A funny Chrome extension to get away from Venezuela when you read the Spanish press

Venezuela no moreคืออะไร?

Venezuela no more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A funny Chrome extension to get away from Venezuela when you read the Spanish press"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Venezuela no more

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

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

                        A funny Chrome extension to get away from Venezuela when you read the Spanish press.                    

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

ชื่อ Venezuela no more Venezuela no more
ID dockmddnkfccpgipljohekhegfkmiahd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/venezuela-no-more/dockmddnkfccpgipljohekhegfkmiahd
คำอธิบาย A funny Chrome extension to get away from Venezuela when you read the Spanish press
ขนาดไฟล์ 41.88 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2019-01-31
วันที่เผยแพร่ 2019-01-31
คะแนน 4.80/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bameda/chrome-ext-venezuela-no-more
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venezuela no more",
    "version": "0.5",
    "author": "David Barrag\u00e1n Merino (@bameda)",
    "description": "A funny Chrome extension to get away from Venezuela when you read the Spanish press",
    "homepage_url": "https:\/\/github.com\/bameda\/chrome-ext-venezuela-no-more",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/findAndReplaceDOMText.js",
                "content.js"
            ]
        }
    ]
}