nOlegas

Chrome extension to override all images in a page by Vampeta.

nOlegasคืออะไร?

nOlegas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome extension to override all images in a page by Vampeta."

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

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

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

                                            

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

ชื่อ nOlegas nOlegas
ID nioplojjajidgjglckeffihdhlebnobd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nolegas/nioplojjajidgjglckeffihdhlebnobd
คำอธิบาย Chrome extension to override all images in a page by Vampeta.
ขนาดไฟล์ 728 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-08-17
วันที่เผยแพร่ 2018-08-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nOlegas",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Chrome extension to override all images in a page by Vampeta.",
    "homepage_url": "https:\/\/github.com\/hbernardo\/vampetase",
    "author": "Hugo Bernardo",
    "short_name": "nOlegas",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ]
        }
    ]
}