Super FavBook Plus

Your new super bookmark

Super FavBook Plus क्या है?

Super FavBook Plus Puddy Club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your new super bookmark"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super FavBook Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Transform your bookmark in a library of content!
Use to organize your inspiration or favourite content using only the bookmark of your Google Chrome.

========================================================

Supported sites:

===========================

Devian Plus

- Deviantart
- Derpibooru
- Discord App

===========================

SoundBook Plus

- SoundCloud ®
- Youtube
- Dailymotion

===========================

FanFic Bookin

- Fanfiction
- Nyah! Fanfiction
- FIM Fiction

===========================

========================================================

Privacy Policy

By using this product, you agree that you'll allow storing files in your browser to save all of your progress. 
This extension does not possess advertising and no information or data will be collected during use. 


All softwares is powered by a Website API | This extension is not affiliated or endorsed

GitHub:
https://github.com/JasminDreasond/Super-FavBook-Plus                    

एक्सटेंशन की मूल जानकारी

नाम Super FavBook Plus Super FavBook Plus
ID nanoagbfpchifchpanhgbhbnmpkhmncm
आधिकारिक URL https://chromewebstore.google.com/detail/super-favbook-plus/nanoagbfpchifchpanhgbhbnmpkhmncm
विवरण Your new super bookmark
फ़ाइल का आकार 801 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.13.3
अंतिम अपडेट 2018-09-01
प्रकाशन तिथि 2018-08-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Puddy Club
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://puddy.club/privacy-policy
समर्थित भाषाएँ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SFBP",
    "description": "__MSG_appDesc__",
    "author": "Jasmin Dreasond",
    "version": "1.13.3",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/iframe_api https:\/\/s.ytimg.com\/ https:\/\/w.soundcloud.com\/player\/api.js https:\/\/api.dmcdn.net\/all.js https:\/\/*.tumblr.com\/api\/read\/; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "appicons\/logo.png",
            "38": "appicons\/logo.png"
        }
    },
    "permissions": [
        "idle",
        "webRequest",
        "webRequestBlocking",
        "bookmarks",
        "notifications",
        "storage",
        "contextMenus",
        "https:\/\/*.soundcloud.com\/*",
        "http:\/\/sta.sh\/*",
        "http:\/\/fav.me\/*",
        "https:\/\/sta.sh\/*",
        "https:\/\/fav.me\/*",
        "https:\/\/*.deviantart.com\/*",
        "http:\/\/*.deviantart.com\/*",
        "https:\/\/*.deviantart.net\/*",
        "http:\/\/*.deviantart.net\/*",
        "https:\/\/derpibooru.org\/*",
        "https:\/\/fanfiction.com.br\/*",
        "https:\/\/www.fanfiction.net\/",
        "http:\/\/www.fimfiction.net\/",
        "https:\/\/www.youtube.com\/",
        "http:\/\/www.youtube.com\/",
        "http:\/\/www.dailymotion.com\/",
        "https:\/\/www.dailymotion.com\/",
        "https:\/\/*.tumblr.com\/*",
        "http:\/\/*.tumblr.com\/*"
    ],
    "options_page": "index.html",
    "icons": {
        "128": "appicons\/logo.png",
        "16": "appicons\/logo.png",
        "48": "appicons\/logo.png"
    },
    "commands": {
        "play": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "Play\/Pause",
            "global": true
        },
        "next": {
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "Next Music",
            "global": true
        },
        "prev": {
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "Prev Music",
            "global": true
        },
        "stop": {
            "suggested_key": {
                "default": "MediaStop"
            },
            "description": "Stop",
            "global": true
        }
    }
}