BoredPanda Single Page Application

This extension shows load all post related pages into a single one

What is BoredPanda Single Page Application?

BoredPanda Single Page Application is a Chrome extension developed by mastaleru.rafael, and its main feature is "This extension shows load all post related pages into a single one".

Extension Screenshots

screenshot

Download BoredPanda Single Page Application Extension CRX File

Download BoredPanda Single Page Application extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is loading the next page of a post (if available) when user reaches the bottom of the page.The operation is repeated until all the posts are displayed into a single page. This extension save user time and add a plus of usability to boredpanda.com                    

Extension Basic Information

Name BoredPanda Single Page Application BoredPanda Single Page Application
ID ffpehjhajdekeomdpkdgkjlghjnefegd
Official URL https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd
Description This extension shows load all post related pages into a single one
File Size 18.38 KB
Installation Count 47
Current Version 0.3
Last Updated 2017-04-21
Publish Date 2017-04-21
Rating 3.67/5 Total 3 Ratings
Developer mastaleru.rafael
Payment Type free
Extension Website https://github.com/Mastaleru/BoredPandaExtension
Privacy Policy Page URL https://plusprivacy.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BoredPanda Single Page Application",
    "description": "This extension shows load all post related pages into a single one",
    "version": "0.3",
    "browser_action": {
        "default_icon": "panda_icon.png"
    },
    "icons": {
        "16": "panda_icon16.png",
        "32": "panda_icon32.png",
        "48": "panda_icon48.png",
        "128": "panda_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.boredpanda.com\/"
    ]
}