AdLiPo

The most literary Chrome extension, with more than several users! Replaces ads with generative language art...

Τι είναι το AdLiPo;

Το AdLiPo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rednoise.org, και η κύρια λειτουργία του είναι "The most literary Chrome extension, with more than several users! Replaces ads with generative language art...".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AdLiPo

Λήψη αρχείων επέκτασης AdLiPo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AdLiPo is an artware browser extension that replaces advertisements with generated language art. Built atop the popular AdBlock extension, AdLiPo not only blocks ads, but replaces them with short poems generated in real-time via the RiTa library. While AdLiPo attempts to block all ads, to avoid distracting users, it only replaces a small subset of these...                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AdLiPo AdLiPo
ID pebnfdfoickfleegcnjefombjnnncpon
Επίσημο URL https://chrome.google.com/webstore/detail/adlipo/pebnfdfoickfleegcnjefombjnnncpon
Περιγραφή The most literary Chrome extension, with more than several users! Replaces ads with generative language art...
Μέγεθος Αρχείου 799 KB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 0.48
Τελευταία Ενημέρωση 2015-04-10
Ημερομηνία Δημοσίευσης 2015-04-10
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://rednoise.org
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://rednoise.org/adlipo
Διεύθυνση URL της Σελίδας Βοήθειας http://rednoise.org/adlipo
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,te,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdLiPo",
    "short_name": "AdLiPo",
    "version": "0.48",
    "background": {
        "scripts": [
            "jquery\/jquery.min.js",
            "port.js",
            "functions.js",
            "stats.js",
            "filtering\/domainset.js",
            "filtering\/filteroptions.js",
            "filtering\/fifocache.js",
            "filtering\/filtertypes.js",
            "filtering\/filterset.js",
            "filtering\/myfilters.js",
            "filtering\/filternormalizer.js",
            "idlehandler.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "button\/popup.html",
        "default_title": "__MSG_adblock_click_for_details__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "port.js",
                "functions.js",
                "filtering\/filteroptions.js",
                "jquery\/jquery.min.js",
                "adlipo\/fonts\/BenchNineAll.js",
                "adlipo\/rita-1.0.67.microp5.js",
                "adlipo\/adreplacer.js",
                "adlipo\/text.js",
                "adlipo\/poem-gen.js",
                "adblock_start_common.js",
                "adblock_start_chrome.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.mail.live.com\/*",
                "*:\/\/*.mastertoons.com\/*"
            ],
            "js": [
                "bandaids.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "uiscripts\/blacklisting\/rightclick_hook.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *",
    "default_locale": "en",
    "description": "__MSG_description2__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "options_page": "options\/index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "img\/icon24.png",
        "jquery\/css\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "jquery\/css\/images\/ui-icons_056b93_2.6.440.png",
        "jquery\/css\/images\/ui-icons_d8e7f3_2.6.440.png",
        "jquery\/css\/jquery-ui.custom.css",
        "jquery\/css\/override-page.css",
        "adlipo\/fonts\/*.ttf"
    ]
}