Happy Birthday GIF

Funny and Beautiful GIFs for anyone, even your mom!

Τι είναι το Happy Birthday GIF;

Το Happy Birthday GIF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον YaDeveloper, και η κύρια λειτουργία του είναι "Funny and Beautiful GIFs for anyone, even your mom!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Happy Birthday GIF

Λήψη αρχείων επέκτασης Happy Birthday GIF σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hey there! Having a special occasion? Need to congratulate your mom, dad, son, daughter, brother, sister, friend, cousin, nephew or anyone else?

Happy Birthday GIF is here for you!

This extension allows users to easily send GIFs to their friends and family through various messaging platforms.

Users can search for GIFs by keyword or browse through their favourites and recent history, containing such as reactions, memes, and trending GIFs.

It also allows users to create and save their own GIFs by simply clicking a button on any GIF found on any website.

Happy Birthday GIFs offers a fun and convenient way to add a little extra flair to your conversations and make them more engaging.

Give it a try right now!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Happy Birthday GIF Happy Birthday GIF
ID aefjdkljdlfdigknmcpobapgneankidl
Επίσημο URL https://chrome.google.com/webstore/detail/happy-birthday-gif/aefjdkljdlfdigknmcpobapgneankidl
Περιγραφή Funny and Beautiful GIFs for anyone, even your mom!
Μέγεθος Αρχείου 170 KB
Αριθμός Εγκαταστάσεων 225
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-01-22
Ημερομηνία Δημοσίευσης 2023-01-22
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής YaDeveloper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://telegra.ph/Privacy-policy-10-25-7
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "manifest_version": 3,
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/icon_32.png",
        "default_title": "__MSG_name__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "24": "img\/icon_24.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/close_btn_white.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/favorite-gifs.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/green_bg.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/header_bg.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/Icon_22.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/tick_square.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "regulation_1",
                "enabled": true,
                "path": "regulations.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}