Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

Imgur url to filmot switcherคืออะไร?

Imgur url to filmot switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piotr Niziniecki และคุณลักษณะหลักของมันคือ "This extension will search for imgur urls on page and replace them with filmot"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur url to filmot switcher

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

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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

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

ชื่อ Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
คำอธิบาย This extension will search for imgur urls on page and replace them with filmot
ขนาดไฟล์ 3.26 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2014-03-22
วันที่เผยแพร่ 2014-03-22
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Piotr Niziniecki
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}