Cornify - Unicorn and rainbow happiness!!!

Add sparkly unicorns and rainbows to websites.

Cornify - Unicorn and rainbow happiness!!!คืออะไร?

Cornify - Unicorn and rainbow happiness!!! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cornify.com และคุณลักษณะหลักของมันคือ "Add sparkly unicorns and rainbows to websites."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cornify - Unicorn and rainbow happiness!!!

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

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

                        Sparkle up your life with the amazing power of unicorn and rainbow happiness! Cornify welcomes you to a life of extreme unicorn love. Press the button to get infinite (it's true) unicorns and rainbows, right in your browser. It's incredible! Fill your life with unicorns and rainbows. If you ever need a break, press the rainbow cupcake button that appears in the top right corner of the page. It will attract the unicorns and herd them to away so you can use your website again.

You can also create your own unicorns and spread them. They are called Younicorns, and you can summon your own personal ones at https://www.cornify.com/younicorns. Pick your favorite alicorn (unicorn horn), colors, mane, face expressions and so much more.

Since 2009, Cornify has spread over 400 million unicorns and rainbows across the Internet. It's a highly rated, useful tool for web design and web development, as well as the preservation and protection of the most magical species of animal in existence. Technology, creativity and mystery have been combined to form a synergy that will enhance your life forever.

And now for some lovely notes about permissions and data, for your enjoyment:
 
This extensions only asks for permissions it needs to add unicorns and rainbows to websites. Those are access to tabs and websites (to add the images) and to storage (for remembering how many unicorns you have summoned into this world). The extensions also sends the websites URLs you cornify on to a server. That information is just used to see what gets cornified, and it gets deleted every few months. Cornify also uses Google Analytics to get an idea of how many people use the extension. It's just fun to see what people do and there's nothing personally identifiable in there. Cornify does not want or care about any of your personal info. We just want to sparkle up the world and spread happiness with this wonderful Internet technology.                    

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

ชื่อ Cornify - Unicorn and rainbow happiness!!! Cornify - Unicorn and rainbow happiness!!!
ID ghdnfbmfflgelndafnlgabneckbmfpla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cornify-unicorn-and-rainb/ghdnfbmfflgelndafnlgabneckbmfpla
คำอธิบาย Add sparkly unicorns and rainbows to websites.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 25,963
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2021-04-22
วันที่เผยแพร่ 2020-01-05
คะแนน 3.69/5 รวมทั้งหมด 210 คะแนน
ผู้พัฒนา https://www.cornify.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cornify.com
ภาษาที่รองรับ de,en,fr,tr,es,pt-BR,pt-PT,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1",
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/cornify_16.png",
        "32": "images\/cornify_32.png",
        "48": "images\/cornify_48.png",
        "128": "images\/cornify_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/cornify_16.png",
            "24": "images\/cornify_24.png",
            "32": "images\/cornify_32.png"
        },
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "scripts": [
            "bs-fake-sites.js",
            "script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "cornify.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.cornify.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}