Custom Reactions for Facebook

Create and share custom reactions on Facebook

Cos'è Custom Reactions for Facebook?

Custom Reactions for Facebook è un'estensione di Chrome sviluppata da T-Rekt, e la sua funzione principale è "Create and share custom reactions on Facebook".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Custom Reactions for Facebook

Scarica i file di estensione Custom Reactions for Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allow you to import custom reactions for Facebook newsfeed
To create and share reactions pack, visit: https://reactions.thao.pw
Demo reactions pack: https://reactions.thao.pw/?id=NUTX4NWMW9                    

Informazioni di Base sull'Estensione

Nome Custom Reactions for Facebook Custom Reactions for Facebook
ID jmjojkilgdbcgdemnopinafimpidclcb
URL Ufficiale https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb
Descrizione Create and share custom reactions on Facebook
Dimensione del File 57.06 KB
Conteggio Installazioni 1,341
Versione Corrente 0.0.15
Ultimo Aggiornamento 2020-12-03
Data di Pubblicazione 2020-09-16
Valutazione 4.79/5 Totale 24 Valutazioni
Sviluppatore T-Rekt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://reactions.thao.pw
Lingue Supportate en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "T-Rekt",
    "homepage_url": "https:\/\/reactions.thao.pw\/?utm_source=extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/injectReady.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/reactions.thao.pw\/*"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}