Deviant Love

An artist-centered view of a DeviantArt Faves page

Deviant Loveคืออะไร?

Deviant Love เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pixievolt No. 1 และคุณลักษณะหลักของมันคือ "An artist-centered view of a DeviantArt Faves page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deviant Love

ดาวน์โหลดไฟล์ส่วนขยาย Deviant Love ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you love the people of DeviantArt, you'll love this! Visit your (or anyone else's) Faves page (whether "Featured" or "All" view) or Collection, and click the heart in the address bar. Deviant Love will scan the page/collection and list the artists who have art there, in "most faved deviations" order. Choose an artist for a listing of faved/collected deviations!

You can also, from the Faves page or Collection, right-click an artist's name and click "List faved art from " to go directly to the list of deviations for that artist.

Artists that you're watching for new deviations will be marked. If an artist that should be marked is not, you know what to do~

Deviant Love provides a find bar to let you search for both artists and deviations on the page you scanned.

Possible uses for this extension include:
- Browse the list of deviations from your favorite artist
- Pick someone from the list and leave a nice comment to brighten up their day
- Be pleasantly surprised that someone created several deviations that you faved at different times without realizing they're from the same person
- Find more artists to add to your watch list
- Quickly find an artist or deviation by name

Important links such as the link to the source code repo are at the Deviant Love deviation page. News and a place to leave visual suggestions are at the DeviantLoveSoftware group. Feedback of all flavors are welcome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Deviant Love Deviant Love
ID fnnoehpencpimghpdpcdiecpkffgjdkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deviant-love/fnnoehpencpimghpdpcdiecpkffgjdkl
คำอธิบาย An artist-centered view of a DeviantArt Faves page
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 2.10.2
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2018-12-01
คะแนน 4.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Pixievolt No. 1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://deviantlovesoftware.deviantart.com/
URL หน้าช่วยเหลือ http://pikadudeno1.deviantart.com/art/Deviant-Love-for-Fx-and-Chrome-159471636
URL หน้านโยบายความเป็นส่วนตัว https://pixievoltno1.com/ext/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deviant Love",
    "version": "2.10.2",
    "description": "__MSG_extDesc__",
    "author": "Pixievolt No. 1",
    "homepage_url": "https:\/\/www.deviantart.com\/deviantlovesoftware",
    "icons": {
        "16": "images\/heart\/16.png",
        "48": "images\/heart\/48.png",
        "128": "images\/heart\/128Starred.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "versionCheck.js",
            "background.js",
            "syncByBrowser.js",
            "contextMenu.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "32": "images\/heart\/32.png"
        },
        "default_title": "Deviant Love"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "browser_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.deviantart.com\/*"
            ],
            "js": [
                "contentScript\/findLove.js",
                "contentScript\/panel.js",
                "contentScript\/artistNames.js",
                "contentScript\/favesPages.js",
                "contentScript\/contentScriptCore.js"
            ],
            "css": [
                "contentScript\/panel.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "report\/popup.html",
        "images\/heart\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "*:\/\/*.deviantart.com\/"
    ],
    "minimum_chrome_version": "66",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "60.0"
        }
    },
    "browser_specific_settings": {
        "gecko_android": {
            "strict_min_version": "113.0"
        }
    },
    "manifest_version": 2
}