Click Trap Remover, Shortlinker and POD post

Makes Facebook dialogs right clickable and shortable. Now with PODs.

Click Trap Remover, Shortlinker and POD postคืออะไร?

Click Trap Remover, Shortlinker and POD post เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spockholm Tools และคุณลักษณะหลักของมันคือ "Makes Facebook dialogs right clickable and shortable. Now with PODs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click Trap Remover, Shortlinker and POD post

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

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

                        When playing the FB Wrapped Mafia Wars game, Facebook adds a block to copy-paste text content. This extension vill remove that.

Bonus feature, enables you to shorturl links with the spockon.me service from Spockholm Mafia Tools.

Now with POD support!
Change settings on the addons page.                    

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

ชื่อ Click Trap Remover, Shortlinker and POD post Click Trap Remover, Shortlinker and POD post
ID bfkpgpnhpamnbamgbpdhegjehippjdgd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd
คำอธิบาย Makes Facebook dialogs right clickable and shortable. Now with PODs.
ขนาดไฟล์ 24.2 KB
จำนวนการติดตั้ง 1,004
เวอร์ชันปัจจุบัน 2.55
อัปเดตครั้งล่าสุด 2015-10-16
วันที่เผยแพร่ 2015-10-16
คะแนน 4.00/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Spockholm Tools
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.spockholm.com/mafia/testing.php
URL หน้าช่วยเหลือ http://spockon.me/forum/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Trap Remover, Shortlinker and POD post",
    "short_name": "ClickTrapShort",
    "homepage_url": "http:\/\/www.spockholm.com\/mafia\/donate.php",
    "version": "2.55",
    "manifest_version": 2,
    "description": "Makes Facebook dialogs right clickable and shortable. Now with PODs.",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "clicktrap\/options.html",
    "options_ui": {
        "page": "clicktrap\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.facebook.com\/dialog\/feed*",
                "*:\/\/www.facebook.com\/*\/dialog\/feed*",
                "*:\/\/apps.facebook.com\/inthemafia\/*"
            ],
            "run_at": "document_end",
            "js": [
                "clicktrap\/clicktrap.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/spockon.me\/*",
        "*:\/\/pod.mwlists.com\/*",
        "*:\/\/mwlists.com\/*",
        "storage"
    ]
}