Ponyhoof

Ponify Facebook and make it 20% cooler!

Ponyhoofคืออะไร?

Ponyhoof เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jointheherd.little.my และคุณลักษณะหลักของมันคือ "Ponify Facebook and make it 20% cooler!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Choose from 89+ ponies/characters from My Little Pony: Friendship is Magic (MLP: FiM)! Brohoof posts instead of just liking them, let Pinkie Pie break the fourth wall everywhere and many other features make Ponyhoof unique from others! The Facebook extension for the brony community, by bronies, with ponies!

Get Ponyhoof for Firefox/Safari/Opera: https://jointheherd.little.my

Send feedback and suggestions on our page:
https://www.facebook.com/Ponyhoof
https://twitter.com/ponyhoof

Check the latest update changes:
https://ponyhoof.little.my

If you love Ponyhoof, then please help us a hoof and contribute to support development! Thanks!
https://ponyhoof.little.my/donate                    

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

ชื่อ Ponyhoof Ponyhoof
ID efjjgphedlaihnlgaibiaihhmhaejjdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ponyhoof/efjjgphedlaihnlgaibiaihhmhaejjdd
คำอธิบาย Ponify Facebook and make it 20% cooler!
ขนาดไฟล์ 375 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.421
อัปเดตครั้งล่าสุด 2018-09-04
วันที่เผยแพร่ 2018-09-04
คะแนน 4.78/5 รวมทั้งหมด 5346 คะแนน
ผู้พัฒนา https://jointheherd.little.my
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/Ponyhoof
URL หน้าช่วยเหลือ https://ponyhoof.little.my/faq
URL หน้านโยบายความเป็นส่วนตัว https://ponyhoof.little.my/privacy
ภาษาที่รองรับ en,fr,da,es,it,hu,pl,pt-BR,sl,cs,uk,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ponyhoof",
    "description": "__MSG__ext_description__",
    "version": "2.421",
    "options_ui": {
        "page": "crx_options.htm",
        "chrome_style": false
    },
    "homepage_url": "https:\/\/ponyhoof.little.my",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "49.0.0.0",
    "page_action": {
        "default_title": "Ponyhoof"
    },
    "permissions": [
        "https:\/\/*.facebook.com\/*",
        "http:\/\/*.little.my\/*",
        "https:\/\/*.little.my\/*",
        "storage",
        "unlimitedStorage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "include_globs": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/*.little.my\/*",
                "https:\/\/*.little.my\/*"
            ],
            "exclude_globs": [
                "https:\/\/*.facebook.com\/ai.php*",
                "https:\/\/*.facebook.com\/xti.php*",
                "https:\/\/*.facebook.com\/sound_iframe.php*",
                "https:\/\/*.facebook.com\/ajax\/*",
                "https:\/\/*.facebook.com\/connect\/ping?*",
                "https:\/\/*.channel.facebook.com\/*",
                "https:\/\/s-static.*.facebook.com\/*",
                "https:\/\/staticxx.facebook.com\/*",
                "https:\/\/graph.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mobile.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/mnocss.facebook.com\/*",
                "https:\/\/touch.facebook.com\/*",
                "https:\/\/iphone.facebook.com\/*",
                "https:\/\/0.facebook.com\/*",
                "https:\/\/free.facebook.com\/*",
                "http:\/\/paste.little.my\/*",
                "https:\/\/paste.little.my\/*"
            ],
            "js": [
                "ponyhoof.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.little.my\/*",
                "https:\/\/*.little.my\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "optional_permissions": [
        "https:\/\/*.messenger.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}