Custom Reactions for Facebook

Create and share custom reactions on Facebook

Co to jest Custom Reactions for Facebook?

Custom Reactions for Facebook to rozszerzenie Chrome opracowane przez T-Rekt, a jego główną funkcją jest „Create and share custom reactions on Facebook”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Custom Reactions for Facebook

Pobierz pliki rozszerzeń Custom Reactions for Facebook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Custom Reactions for Facebook Custom Reactions for Facebook
ID jmjojkilgdbcgdemnopinafimpidclcb
Oficjalny URL https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb
Opis Create and share custom reactions on Facebook
Rozmiar pliku 57.06 KB
Liczba instalacji 1,341
Aktualna Wersja 0.0.15
Ostatnia Aktualizacja 2020-12-03
Data Publikacji 2020-09-16
Ocena 4.79/5 Łącznie 24 Oceny
Deweloper T-Rekt
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://reactions.thao.pw
Obsługiwane Języki 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"
    ]
}