Troll Chrome Images

Troque todas as fotos dos sites por fotos pré-selecionadas

Troll Chrome Imagesคืออะไร?

Troll Chrome Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fabiohbarbosa.wordpress.com และคุณลักษณะหลักของมันคือ "Troque todas as fotos dos sites por fotos pré-selecionadas"

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

screenshot

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

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

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

                        Troll Chrome Images

You can select many pictures from the URL and fill out these images on all the sites that user has been browsing.                    

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

ชื่อ Troll Chrome Images Troll Chrome Images
ID inckbmoillepjbepkldmipolcohhhpdj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/troll-chrome-images/inckbmoillepjbepkldmipolcohhhpdj
คำอธิบาย Troque todas as fotos dos sites por fotos pré-selecionadas
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2019-01-02
วันที่เผยแพร่ 2019-01-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://fabiohbarbosa.wordpress.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fabiohbarbosa/troll-chrome-images
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Troll Chrome Images",
    "description": "Troque todas as fotos dos sites por fotos pr\u00e9-selecionadas",
    "version": "0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon.png",
        "48": "assets\/img\/icon.png",
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus"
    ]
}