r/anime Enhanced

Add functionalities to r/anime

Cos'è r/anime Enhanced?

r/anime Enhanced è un'estensione di Chrome sviluppata da karl, e la sua funzione principale è "Add functionalities to r/anime".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione r/anime Enhanced

Scarica i file di estensione r/anime Enhanced 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 helps in using comment faces on the subreddits r/anime and r/manga. Users can very easily browser and search fitting faces, add text to them and include them in a comment.                    

Informazioni di Base sull'Estensione

Nome r/anime Enhanced r/anime Enhanced
ID fpgkklfainkaakkgihcfdgeglleogkhc
URL Ufficiale https://chromewebstore.google.com/detail/ranime-enhanced/fpgkklfainkaakkgihcfdgeglleogkhc
Descrizione Add functionalities to r/anime
Dimensione del File 41.14 KB
Conteggio Installazioni 186
Versione Corrente 1.4.7
Ultimo Aggiornamento 2019-03-23
Data di Pubblicazione 2019-03-22
Sviluppatore karl
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add functionalities to r\/anime",
    "manifest_version": 2,
    "name": "r\/anime Enhanced",
    "version": "1.4.7",
    "permissions": [
        "https:\/\/shit-taste.net\/api\/*",
        "https:\/\/graphql.anilist.co\/*",
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/Chariotwheel\/ranime-Extension",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/anime\/*",
                "*:\/\/*.reddit.com\/r\/manga\/*",
                "*:\/\/*.reddit.com\/r\/ftfanime\/*",
                "*:\/\/*.reddit.com\/r\/AnimeImpressions\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "enhance.js"
            ],
            "css": [
                "enhance.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    }
}