AWESOME 9GAG

Make 9gag great again!

Qu'est-ce que AWESOME 9GAG ?

AWESOME 9GAG est une extension Chrome développée par layonez, et sa fonction principale est "Make 9gag great again!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AWESOME 9GAG

Téléchargez les fichiers d'extension AWESOME 9GAG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Hello, dear apache helicopter! This extension will add subscribe button to each user in comment section. Also it adds new navigation elements to post page and highlights OP. 

It brings back OP to the bottom of the post and finds out if that is @dmin post or not.
If OP hasn't commented his post the app will add ANONYMOUS badge to it.

Subscribe to good content creators and make them swim in your upvotes.                    

Informations de Base sur l'Extension

Nom AWESOME 9GAG AWESOME 9GAG
ID oodeeahncbhaoblnmlidbhfgnfakelif
URL Officiel https://chromewebstore.google.com/detail/awesome-9gag/oodeeahncbhaoblnmlidbhfgnfakelif
Description Make 9gag great again!
Taille du Fichier 759 KB
Nombre d'Installations 18
Version Actuelle 0.9.2
Dernière Mise à Jour 2016-10-02
Date de Publication 2016-10-02
Évaluation 4.86/5 Total 7 Évaluations
Développeur layonez
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWESOME 9GAG",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Make 9gag great again!",
    "homepage_url": "http:\/\/9gag.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Make 9gag great again!",
        "default_popup": "popup\/browser_action.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contentSettings",
        "notifications",
        "alarms",
        "*:\/\/*.9gag.com\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.9gag.com\/*",
                "*:\/\/9gag.com\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/dbutt.gif",
        "icons\/where.gif",
        "scripts\/myscript.js",
        "scripts\/vendors\/jquery\/jquery.min.js"
    ]
}