Minion Reactions

The next time you react on facebook, Minions reacts with you!

Vad är Minion Reactions?

Minion Reactions är en Chrome-tillägg utvecklad av https://www.reactyourway.com, och dess huvudfunktion är "The next time you react on facebook, Minions reacts with you!".

Tilläggsskärmbilder

screenshot

Ladda ner Minion Reactions-förlängningens CRX-fil

Ladda ner Minion Reactions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replace Facebook Reactions with Minions!

If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com.

Note: Reload facebook & chrome to use the reaction.                    

Grundläggande Information om Tillägg

Namn Minion Reactions Minion Reactions
ID hlgdikgekkigfiojkfpcpefcaicgckce
Officiell webbadress https://chromewebstore.google.com/detail/minion-reactions/hlgdikgekkigfiojkfpcpefcaicgckce
Beskrivning The next time you react on facebook, Minions reacts with you!
Filstorlek 592 KB
Antal Installationer 337
Aktuell Version 0.0.1
Senast Uppdaterad 2016-03-04
Publiceringsdatum 2016-03-03
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare https://www.reactyourway.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minion Reactions",
    "short_name": "Minion Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Minions reacts with you!",
    "homepage_url": "https:\/\/reactyourway.com",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "content_script\/replace-reactions.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}