PhotoMania

Create amazing effects and edit any online photo!

PhotoManiaคืออะไร?

PhotoMania เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://photomania.net และคุณลักษณะหลักของมันคือ "Create amazing effects and edit any online photo!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PhotoMania for Chrome lets you to instantly turn any online photo into exciting visual art with over 500 easy-to-use photo effects, E-Cards and frames and share it with your friends.

* Note that this item is not the web application, but the browser extension to help you bring photos from selected websites across the web into PhotoMania.

Visit our web application at http://photomania.net
Install our web application at 
https://chrome.google.com/webstore/detail/photomania/ajjfnbkfaofifbiflcicanlgaiafcamj

PhotoMania for Chrome is a free service. By using PhotoMania, you agree to our Terms of Use and Privacy Policy. For further information, please refer to our privacy policy at https://photomania.net/browser-extension-pp                    

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

ชื่อ PhotoMania PhotoMania
ID ohodmcahedcphoipgooelhjcfahodhcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/photomania/ohodmcahedcphoipgooelhjcfahodhcj
คำอธิบาย Create amazing effects and edit any online photo!
ขนาดไฟล์ 796 KB
จำนวนการติดตั้ง 60,152
เวอร์ชันปัจจุบัน 1.40.0
อัปเดตครั้งล่าสุด 2022-03-06
วันที่เผยแพร่ 2020-05-28
คะแนน 4.03/5 รวมทั้งหมด 800 คะแนน
ผู้พัฒนา http://photomania.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://photomania.net
URL หน้านโยบายความเป็นส่วนตัว http://photomania.net/browser-extension-pp
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/images\/icons\/icon16.png",
            "24": "resources\/images\/icons\/icon24.png",
            "32": "resources\/images\/icons\/icon32.png"
        },
        "default_title": "PhotoMania",
        "default_popup": "ui\/menu\/menu.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "extension.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.ssl-images-amazon.com\/*",
                "*:\/\/*.google.com\/"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "website.js"
            ],
            "matches": [
                "*:\/\/*.photomania.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-48pPebEgfB8NBFB+Vp5iTqGG3mhX\/okU3dLZWu2oMWc=' 'sha256-PWUEQ+re\/WiKnnTlwDVL2lQIibr3lD9n65H4LblQV3g=' 'sha256-\/Wehyzer8IwB24O\/xir3H+qOn+FoyFjgpvQfcYdKldY=' https:\/\/s3.amazonaws.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net https:\/\/dw4sx0xk0hu8c.cloudfront.net; object-src 'self'",
    "description": "Create amazing effects and edit any online photo!",
    "icons": {
        "16": "resources\/images\/icons\/icon16.png",
        "32": "resources\/images\/icons\/icon32.png",
        "48": "resources\/images\/icons\/icon48.png",
        "128": "resources\/images\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "PhotoMania",
    "web_accessible_resources": [
        "resources\/*",
        "ui\/*"
    ],
    "permissions": [
        "*:\/\/*.photomania.net\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.fbcdn.net\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.ssl-images-amazon.com\/*",
        "*:\/\/*.google.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "1.40.0"
}