TXT RPLCR

Replaces one or more words on websites just for fun.

TXT RPLCRคืออะไร?

TXT RPLCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raum für medien และคุณลักษณะหลักของมันคือ "Replaces one or more words on websites just for fun."

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

screenshot

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

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

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

                        Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)                    

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

ชื่อ TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
คำอธิบาย Replaces one or more words on websites just for fun.
ขนาดไฟล์ 45.91 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-07-25
วันที่เผยแพร่ 2016-07-25
ผู้พัฒนา raum für medien
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TXT RPLCR",
    "description": "Replaces one or more words on websites just for fun.",
    "version": "1.1",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}